Agents
Retrieves an agents for a agent with given ID
Authorizations
Path parameters
agentIdstring · uuidRequiredExample:
The ID of the agent.
78781d1f-8cc0-4f42-8e77-c02812f78b53
Query parameters
organizationIdintegerOptionalExample:
11
Responses
200
Successful response
application/json
get
200
Successful response
Creates a new agent
Authorizations
Path parameters
agentIdstring · uuidRequiredExample:
The ID of the agent.
78781d1f-8cc0-4f42-8e77-c02812f78b53
Query parameters
organizationIdintegerOptionalExample:
11
Body
namestringRequired
Responses
200
Successful response
application/json
post
200
Successful response
Removes an agent with a given ID.
Authorizations
Path parameters
agentIdstring · uuidRequiredExample:
The ID of the agent.
78781d1f-8cc0-4f42-8e77-c02812f78b53
Query parameters
organizationIdintegerOptionalExample:
11
Responses
200
Successful response
application/json
delete
200
Successful response
Updates a new agent with given ID
Authorizations
Path parameters
agentIdstring · uuidRequiredExample:
The ID of the agent.
78781d1f-8cc0-4f42-8e77-c02812f78b53
Query parameters
organizationIdintegerOptionalExample:
11
Body
namestringOptional
Responses
200
Successful response
application/json
patch
200
Successful response