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
Documentation IndexFetch the complete documentation index at: https://docs.maia.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
The ID of the agent to retrieve credentials for
Success
Was this page helpful?