v50

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

Get an allowed origin

Returns the allowed origin identified in the path.

To make this request, your API credential must have the following roles:

  • Management API—API credentials read and write
get/merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}

Path parameters

merchantIdstring required

The unique identifier of the merchant account.

apiCredentialIdstring required

Unique identifier of the API credential.

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