Currently Profile API has only 1 API Implementation Version
Profile Service is using 2 authentication types under different URLS
The API Implementation is exactly the same for those 2 types:
auth type | staging API | production API |
---|---|---|
DEPRECATED CDS Authentication | https://api.cdp-rb.com/stage/profile | https://api.cdp-rb.com/profile |
Nutrition Mule OAuth 2.0 Provider | https://api.cdp-rb.com/stage/v2/profile | https://api.cdp-rb.com/v2/profile |
All new API Consumers will be using the /v2 path only.
Existing API Consumers will be continuing to use paths as-is untill the Authentication Migration is finished.
0 Comments