GET
/
agents
/
get?id=
{agentId}
{
  "success": true,
  "data": [
    {}
  ],
  "status": 123
}

Authorization

authorization
string
required

Your API key for authentication.

agentId
string
required

The unique identifier for the agent being updated.

Response

success
boolean

Indicates if the request was successful.

data
array

An array of agent objects.

status
number

The status code of the response.