Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

API endpoint should use url based version, passed as part of path.Currently Profile API has only 1 API Implementation Version




Profile Service is using 2 authentication types under different URLS

...

auth type

staging APIproduction API

 DEPRECATED CDS Authentication

https://api.cdp-rb.com/stage/profilehttps://api.cdp-rb.com/profile
Nutrition Mule OAuth 2.0 Providerhttps://api.cdp-rb.com/stage/v2/profilehttps://api.cdp-rb.com/v2/profile

...




All new API Consumers will be using the /v2 path only.

...