Skip to main content
POST
/
social
/
accounts
/
{account_id}
/
pause
Pause posting to an account
curl --request POST \
  --url https://api.smartlyq.com/v1/social/accounts/{account_id}/pause \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": 123,
    "paused": true
  },
  "meta": {
    "request_id": "req_abc123",
    "timestamp": "2026-03-01T16:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Path Parameters

account_id
integer
required

Connected account id

Response

Success

success
enum<boolean>
Available options:
true
data
object
meta
object