cURL
curl --request GET \ --url http://localhost/api/payments/v3/connectors/{connectorID}/config \ --header 'Authorization: Bearer <token>'
{ "data": { "apiKey": "<string>", "companyID": "<string>", "name": "<string>", "liveEndpointPrefix": "<string>", "pageSize": "25", "pollingPeriod": "2m", "provider": "Adyen", "webhookPassword": "<string>", "webhookUsername": "<string>" } }
The access token received from the authorization server in the OAuth 2.0 flow.
The connector ID
OK
Show child attributes