v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-131362831.1 MB
My API credential

Get API credential details

Returns your API credential details based on the API Key you used in the request.

You can make this request with any of the Management API roles.

get/me

Response

OK - the request has succeeded.

activeboolean required

Indicates if the API credential is enabled. Must be set to true to use the credential in your integration.

allowedIpAddressesstring[] required

List of IP addresses from which your client can make requests.

If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, you get a security error.

clientKeystring required

Public key used for client-side authentication. The client key is required for Drop-in and Components integrations.

companyNamestring

Name of the company linked to the API credential.

descriptionstring

Description of the API credential.

idstring required

Unique identifier of the API credential.

rolesstring[] required

List of roles for the API credential.

subjectDNstring

The subject DN of the certificate issued by Adyen.

usernamestring required

The name of the API credential, for example ws@Company.TestCompany.

Example response

{
  "allowedOrigins": [
    {
      "domain": "https://adyen.com"
    }
  ]
}