Skip to main content
POST https://api.revreply.com/v1/thread/pause
This endpoint requires authentication.

Try it

Use the following request to pause a thread:

Authentication

This endpoint uses Bearer authentication with a JWT.

Request

Headers

Body

The request body uses the PauseThreadRequest schema.

Request structure

Request examples

The request is a POST request to:

Response

Response structure

A successful request returns confirmation that the thread was paused, together with the thread ID, its new status, and the optional reason.

Response example

Errors

404 — Thread not found

Returned when the specified thread cannot be found.

422 — Validation error

Returned when one or more required request fields fail validation.

500 — Failed to pause thread

Returned when the thread cannot be paused because of a server or processing failure.