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.
Example response
{
"domain": "https://adyen.com"
}