After signing in, you can create credentials that can be used to call the Platform APIs.
Download OpenAPI specification:Download
Use the MTLS Service API to securely retrieve public certificates for your Adobe applications.
Related documentation:
Visualize API calls with Postman (a free, third-party software):
API paths:
Required headers:
Authorization
, x-gw-ims-org-id
, and x-api-key
. For more information on how to obtain these values,
see the authentication tutorial.You can now interact with the Experience Platform API endpoints directly from this API reference page. Get your authentication credentials and use the Try it functionality in the right rail. Note that by using this functionality, you are making real API calls. Keep this in mind when you interact with production sandboxes.
Externally verify the authenticity of the certificates to enhance trust in safeguarding sensitive information.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
Content-Type required | string The type of content being sent in the body of the request. This value should be |
Success
{- "results": [
- {
- "certCommonName": "Adobe Experience Platform",
- "publicCertificate": "-----BEGIN CERTIFICATE-----\nMIIDQTCCAimgAwIBAgITBmyfACAfma......KJY5u89CjAwj\n-----END CERTIFICATE-----",
- "expiryDate": "2024-07-17T21:27:57.434Z"
}
], - "total": 1,
- "count": 1,
- "_links": {
- "next": {
- "templated": true
}, - "prev": {
- "templated": true
}, - "page": {
- "templated": true
}
}
}