Skip to main content
POST
/
auth
/
wallet
/
logout
Wallet Logout
curl --request POST \
  --url https://api.g2cplatform.com/v2/auth/wallet/logout \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "code": "RESOURCE_NOT_FOUND",
  "path": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained via wallet login. Include in Authorization header.

Response

Logout successful