v50

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

Get allowed origins

Returns the list of allowed origins of your API credential based on the API key you used in the request.

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

get/me/allowedOrigins

Response

OK - the request has succeeded.

Example response

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