Get Credentials

Get credentials

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

MTLS Service API (1.0.0)

Download OpenAPI specification:Download

Use the MTLS Service API to securely retrieve public certificates for your Adobe applications.

(NEW) Interactive API documentation

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.

Public certificates

Externally verify the authenticity of the certificates to enhance trust in safeguarding sensitive information.

List public certificates for your Adobe applications

Request
query Parameters
limit
integer <= 100
Default: 25

This parameter limits the response to a specific number of objects. This must be a positive number. For example, limit=10.

Example: limit=1
page
integer
Default: 1

The page index to return for the listing response (for example, page=0). Can be used in conjunction with limit to manage response pagination. NOTE: The response includes information about the current, previous, and next pages. Use the page numbers from this information to navigate through the pages in your subsequent API calls.

header Parameters
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 application/json.

Responses
200

Success

get/v1/certificate/public-certificate
Response samples
application/json
{}