cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/agents/{agentId}/credentials \ --header 'Authorization: Bearer <token>'
{ "clientId": "<string>", "clientSecret": "<string>" }
Return the Client ID and Client secret for the Agent
a valid bearer token
The ID of the agent to retrieve credentials for
Success
Was this page helpful?