v50

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

Add allowed origin

Adds an allowed origin to the list of allowed origins of your API credential. The API key from the request is used to identify the API credential.

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

post/me/allowedOrigins

Request body

domainstring required

Domain of the allowed origin.

idstring

Unique identifier of the allowed origin.

Example request

{
  "domain": "https://adyen.com"
}

Response

OK - the request has succeeded.

domainstring required

Domain of the allowed origin.

idstring

Unique identifier of the allowed origin.

Example response

{
  "domain": "https://adyen.com"
}