Saki Docs
Account

Activate an account

Activates the given account and deactivates all other accounts on the same platform within the space.

Base URLhttps://app.usesaki.com/api
patch/spaces/{space}/accounts/{account}/activate

Activate an account

Activates the given account and deactivates all other accounts on the same platform within the space.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

accountrequiredinteger

The account ID

Response

curl -X PATCH "https://app.usesaki.com/api/spaces/{space}/accounts/{account}/activate" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "data": {
    "id": 0,
    "social": "string",
    "display_name": "string",
    "handler": "string",
    "avatar": "string",
    "is_active": true
  }
}