My API credential
Add allowed origin
Adds an allowed origin to the list of allowed origins of your API credential. 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.
post/me/allowedOrigins
Request body
Example request
{
"domain": "https://adyen.com"
}Response
OK - the request has succeeded.
Example response
{
"domain": "https://adyen.com"
}