Retrive an Agent
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Responses
200
Agent details retrieved successfully
application/json
idstringRequired
Unique identifier for the agent
companyNamestringRequired
The name of the company the agent works for
companyDescriptionstringRequired
The description of the company the agent works for
createdAtstring · date-timeRequired
When the agent was created
updatedAtstring · date-timeRequired
When the agent was last updated
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
get
/v1/agents/{agentId}Last updated