v50

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

Get allowed origin details

Returns the details of the allowed origin specified in the path. 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.

get/me/allowedOrigins/{originId}

Path parameters

originIdstring required

Unique identifier of the allowed origin.

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"
}