Logout
To get characters you need to make a GET call to the following url
RESPONSE ATTRIBUTES
| Attribute | Datatype | Description |
|---|---|---|
| check | string | OK/NOT_OK |
curl / cURL
curl --location --request POST 'https://api.gwcindia.in/v1/logout' \
--header 'x-api-key: 2e4c1f0ac084dd6b30fd808e016be3f0' \
--header 'Authorization: Bearer 6cb7ac3a5a73831ec88ee8915bee3f2a'
Response Example
{
"status": "success",
"data": {
"check": "OK"
}
}