Allowed origins - company 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/companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}
Path parameters
companyIdstring required
The unique identifier of the company account.
apiCredentialIdstring required
Unique identifier of the API credential.
originIdstring required
Unique identifier of the allowed origin.
Response
OK - the request has succeeded.
Example response
{
"domain": "https://adyen.com"
}