Allowed origins - merchant level
Create an allowed origin
Adds a new allowed origin to the API credential's list of allowed origins.
To make this request, your API credential must have the following roles:
- Management API—API credentials read and write
post/merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins
Path parameters
merchantIdstring required
The unique identifier of the merchant account.
apiCredentialIdstring required
Unique identifier of the API credential.
Request body
Example request
{
"domain": "https://adyen.com"
}Response
OK - the request has succeeded.
Example response
{
"domain": "https://adyen.com"
}