Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
credentials
Get Agent Client Credentials
curl --request GET \
  --url https://eu1.api.matillion.com/dpc/v1/agents/{agentId}/credentials \
  --header 'Authorization: Bearer <token>'
{
  "clientId": "<string>",
  "clientSecret": "<string>"
}

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

agentId
string
required

The ID of the agent to retrieve credentials for

Response

Success

clientId
string
clientSecret
string