cURL
curl --request POST \ --url https://eu1.api.matillion.com/dpc/v1/agents/{agentId}/credentials \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "SECRET_REFRESH" } '
{ "clientId": "<string>", "clientSecret": "<string>" }
Endpoint to perform actions on Agent Credentials such as refreshing them
a valid bearer token
The ID of the agent
The action to perform for agent credentials.
Available actions are:
SECRET_REFRESH
"SECRET_REFRESH"
Success
Was this page helpful?