v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-131362831.1 MB
Allowed origins - company level

Get a list of allowed origins

Returns the list of allowed origins for 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/companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins

Path parameters

companyIdstring required

The unique identifier of the company account.

apiCredentialIdstring required

Unique identifier of the API credential.

Response

OK - the request has succeeded.

Example response

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