Logo
Adyen APIs API Documentation

Get an allowed origin

GET {{baseUrl}}/merchants/:merchantId/apiCredentials/:apiCredentialId/allowedOrigins/:originId

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

 

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/merchants/:merchantId/apiCredentials/:apiCredentialId/allowedOrigins/:originId' -H 'Accept: application/json'

ENDPOINTS