POST
/
api
/
logout
Logout
curl --request POST \
  --url https://platform.grorapid.com/api/logout \
  --header 'Authorization: Bearer <token>'
{
  "version": "v1",
  "status": true,
  "statusCode": 200,
  "details": "OK",
  "statusMessage": "success",
  "response": {
    "messages": "Logout Successfully"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Logged out successfully.

The response is of type object.