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.

Schema Registry API (1.0)

Download OpenAPI specification:Download

Use the Schema Registry API to access the Schema Library within Adobe Experience Platform. The registry provides a user interface and RESTful API from which all available library resources are accessible. Programmatically manage all schemas and related Experience Data Model (XDM) resources available to you within Platform. This includes those defined by Adobe, Experience Platform partners, and vendors whose applications you use.

  • Related documentation:

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

  • API paths:

    • PLATFORM Gateway URL: https://platform.adobe.io
    • Base path for this API: /data/foundation/schemaregistry
    • Example of a complete path for making a call to "/stats": https://platform.adobe.io/data/foundation/schemaregistry/stats
  • 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 GET requests to the Schema Registry require an Accept header to determine what data is returned by the system. See the section on Accept headers in the Schema Registry developer guide 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.