Skip to main content
POST
/
account
/
logout
Api Logout
curl --request POST \
  --url https://ctechnology.io/api/v2.2/account/logout \
  --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