Get Agents
Returns the agents (team members) that belong to your organization. Use this endpoint to discover the agent `id` values required by the `assignedTo` field on Create Ticket and Update Ticket.
Endpoint
GET /api/categoriesAuthentication
Response
{
"agents": [
{
"id": "6630a1f4c2b9e4a1d8f00b21",
"email": "ada@acme.com",
"username": "Ada",
"walletAddress": null
},
{
"id": "6630a1f4c2b9e4a1d8f00b22",
"email": null,
"username": "Grace",
"walletAddress": "0xfDf95D7A893f87A6809E532d57ac220525873B80"
}
]
}Response Fields
Field
Type
Description
Error Responses
Behavior
Example (cURL)
Last updated