Skip to main content
GET https://api.revreply.com/v1/agent
This endpoint requires authentication.

Try it

Use the following request to retrieve the authenticated user’s agents:

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. Supplying array=1 returns only the agent array.

Request examples

Default request:
Request without pagination metadata:
Request for a specific page:

Response

Response structure

A successful request returns either a paginated object containing the user’s agents or, when array=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

When array=1 is supplied, the response is an array of agent objects without pagination metadata.

Response example

Paginated response:
Array response with array=1: