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