v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Agents

Perform actions on Agent Credentials

Endpoint to perform actions on Agent Credentials such as refreshing them

post/v1/agents/{agentId}/credentials

Path parameters

agentIdstring required

The ID of the agent

Request body

action'SECRET_REFRESH' required

The action to perform for agent credentials.

Available actions are:

  • SECRET_REFRESH - Refresh the client secret of the Agent

Example request

{
  "action": "SECRET_REFRESH"
}

Response

Success

clientIdstring
clientSecretstring