Get Agent
Retrieves detailed information about a specific agent.Request
Method:POST
Endpoint:
/api/get-agent
Headers:
X-Authorization
: Your API key (required)Content-Type
:application/json
uid
(string, required): Your user IDagentId
(string, required): The ID of the agent to retrieve
Response
Success Response (200):400 Bad Request
: Invalid request body401 Unauthorized
: Invalid or missing API key, or insufficient permissions500 Internal Server Error
: Server error