https://api.revreply.com/v1/agent
This endpoint requires authentication.
Try it
Use the following request to retrieve the authenticated user’s agents:- cURL
- JavaScript
- Python
- PHP
- Go
Authentication
This endpoint uses Bearer authentication with a JWT.Request
Headers
Query parameters
Request structure
This endpoint does not require a request body. The default request returns agents together with pagination information. Supplyingarray=1 returns only the agent array.
Request examples
Default request:Response
Response structure
A successful request returns either a paginated object containing the user’s agents or, whenarray=1 is supplied, an array of agents.
Paginated response
The
data array contains agent objects with fields including id, name, status, agent_objective, timezone, office hours, links, and follow-up configuration.
Array response
Whenarray=1 is supplied, the response is an array of agent objects without pagination metadata.
Response example
Paginated response:array=1: