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

Try it

Use the following request to retrieve the latest threads:

Authentication

This endpoint uses Bearer authentication with a JWT.

Request

Headers

Request structure

This endpoint does not require a request body or query parameters.

Request examples

The request is a GET request to:

Response

Response structure

A successful request returns an array of the latest threads. Each thread contains an id and name.

Response example

Errors

500 — Failed to retrieve threads

Returned when the latest threads cannot be retrieved because of a server or processing failure.