Get Agent
Return one API-key-authenticated frontend agent record by agent ID.
POST
Get agent information
Get Agents
Retrieves detailed information about a specific agent.Request
Method:POSTEndpoint:
/api/get-agentHeaders:
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
Example
Previous
Get AgentsReturn the list of agents accessible to the current API-key-authenticated frontend user.
Next
Get agent information

