Skip to content

Commit

Permalink
Merge pull request #545 from Financial-Times/acq-2655-adding-redeemab…
Browse files Browse the repository at this point in the history
…le-api

Adding redeemable-email-tokens apis
  • Loading branch information
manasiSantFT authored Mar 13, 2024
2 parents 40a5f66 + 9d0833c commit 31da5f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ module.exports = {
'qualtrics': /^https:\/\/.*\.qualtrics\.com\/API\/v3\/.*/,
'redeemable-token-svc-ft': /^https:\/\/(beta-)?api\.ft\.com\/redeemable-tokens\/.*/,
'redeemable-token-svc-ft-test': /^https:\/\/(beta-)?api-t\.ft\.com\/redeemable-tokens\/.*/,
'redeemable-email-tokens-ft': /^https:\/\/api\.ft\.com\/redeemable-email-tokens\/.*/,
'redeemable-email-tokens-ft-test': /^https:\/\/api-t\.ft\.com\/redeemable-email-tokens\/.*/,
'rj-capi-mock': /^https:\/\/s3-eu-west-1\.amazonaws\.com\/rj-xcapi-mock\/production\/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}(\.json)?/,
'rj-up': /^https?:\/\/rj-up\.ft\.com/,
'salesforce-auth-api': /^https:\/\/login\.salesforce\.com\/services\/oauth2\/token/,
Expand Down

0 comments on commit 31da5f8

Please sign in to comment.