Skip to main content
POST
Get agents information

Get Agents

Retrieves a list of all agents accessible to the authenticated user.

Request

Method: POST
Endpoint: /api/get-agents
Headers:
  • X-Authorization: Your API key (required)
  • Content-Type: application/json
Request Body:
Parameters:
  • uid (string, required): Your user ID

Response

Success Response (200):
Error Responses:
  • 400 Bad Request: Invalid request body
  • 401 Unauthorized: Invalid or missing API key
  • 500 Internal Server Error: Server error

Example

Authorizations

X-Authorization
string
header
required

Body

application/json
uid
string
required

User ID

Response

Successful response

orgId
string

Organization ID

name
string

Organization name

Last modified on July 11, 2026