API credentials - merchant level
Get an API credential
Returns the API credential identified in the path.
To make this request, your API credential must have the following roles:
- Management API—API credentials read and write
get/merchants/{merchantId}/apiCredentials/{apiCredentialId}
Path parameters
merchantIdstring required
The unique identifier of the merchant account.
apiCredentialIdstring required
Unique identifier of the API credential.
Response
OK - the request has succeeded.
Example response
{
"allowedOrigins": [
{
"domain": "https://adyen.com"
}
]
}Changes
Changed in 1 of the 50 revisions of this API.1
- ○
added the optional property
subjectDNto the response with the200statusresponse-optional-property-added
- ○