APIReposts

Pause/Resume Repost Configuration

Temporarily pause or resume automatic reposting. Useful when you want to stop reposting temporarily without deleting the configuration.

POST
/repost/pause

Temporarily pause or resume automatic reposting. Useful when you want to stop reposting temporarily without deleting the configuration.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/repost/pause" \  -H "Content-Type: application/json" \  -d '{    "id": "string",    "pause": true  }'
{  "success": true}
{  "success": false}
{  "success": false}