POST
/
base
/
logout
Logout the system.
curl --request POST \
  --url https://api.coinfer.ai/base/logout \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

status
string
required
Allowed value: "ok"
data
null
required