/
NUTRINTG Middleware GetProfile API
NUTRINTG Middleware GetProfile API
Functionality:
- allow for getting profile information from CDP Epsilon by non-CDP-team members
General information:
- HTTP 200 responses mirror the response from CDP (NUTRINTG Profile API), so if the source account number is unique, then there will be 0 or 1 profiles in the response (in case of searching via emailAddress there can be more than one profile as a result)
V02
API URL: https://api.cdp-rb.com/test/search/v2/profile?access_token=b2957009-e485-4dab-8a31-a3be1aaa73c6&emailAddress=test.rb@simulator.amazonses.com&accountSource=POLGWTPLCDS
method: GET
URI Parameters:
- access_token
- emailAddress
- accountSource
V01
API URL: https://api.cdp-rb.com/test/search/profile
method: POST
URI Parameters:
- sourceAccountNumber as a request parameter, example: https://api.cdp-rb.com/test/search/profile?sourceAccountNumber=1248798237uq3812
- emailAddress as a request parameter, example: https://api.cdp-rb.com/test/search/profile?emailAddress=rb@test.com
Authentication:
- TOKEN (as a header)