Skip to main content
POST
/
account
/
logout-all
Api Logout All
curl --request POST \
  --url https://ctechnology.io/api/v2.2/account/logout-all \
  --header 'Authorization: <api-key>'
{
  "header": {
    "api_version": "<string>",
    "status": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Note that the API key has to be sent as Token 123 where 123 is the key you received after logging in or by creating on the developer dashboard.

Response

OK