Get Credentials

Get credentials

After signing in, you can create credentials that can be used to call the Platform APIs.

Invalid license key: host not allowed
Please contact team@redoc.ly to remedy the problem.

Identity Service API (1.0.0)

Download OpenAPI specification:Download

Delivering relevant digital experiences requires having a complete understanding of your customer. This is made more difficult when your customer data is fragmented across disparate systems, causing each individual customer to appear to have multiple "identities". Adobe Experience Platform Identity Service provides a RESTful API to help you to gain a better view of your customers and their behavior. By bridging identities across devices and systems, you are better able to deliver impactful, personal digital experiences in real-time.

Use the Identity Service API to manage identities, namespaces, and clusters linked to the Identity Graph.

Related documentation:

Visualize API calls with Postman (a free, third-party software):

API paths:

  • PLATFORM Gateway URL: https://platform-{REGION}.adobe.io
  • Base path for this API: /data/core/
  • Example of a complete path: https://platform-va7.adobe.io/data/core/identity/cluster/members

Required headers:

  • All calls require the headers Authorization, x-gw-ims-org-id, and x-api-key. For more information on how to obtain these values, see the authentication tutorial.
  • All resources in Experience Platform are isolated to specific virtual sandboxes. All requests to Platform APIs require the header x-sandbox-name whose value is the all-lowercase name of the sandbox the operation will take place in (for example, "prod"). See the sandboxes overview for more information.
  • All requests with a payload in the request body (such as POST, PUT, and PATCH calls) must include the header Content-Type with a value of application/json.