Skip to main content
POST
Perform actions on Agent Credentials

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

agentId
string
required

The ID of the agent

Body

application/json
action
enum<string>
required

The action to perform for agent credentials.

Available actions are:

  • SECRET_REFRESH - Refresh the client secret of the Agent
Available options:
SECRET_REFRESH
Example:

"SECRET_REFRESH"

Response

Success

clientId
string
clientSecret
string