Logo
Adyen APIs API Documentation

Get a list of allowed origins

GET {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins

Returns the list of allowed origins for the API credential identified in the path. To make this request, your API credential must have the following roles: * Management API—API credentials read and write

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://management-test.adyen.com/v3/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins' -H 'Accept: application/json'

ENDPOINTS