Skip to main content
POST
/
merchant
/
logout
Logout merchant and invalidate tokens
curl --request POST \
  --url https://api.io.droplinked.com/merchant/logout \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

Authorization
string
header
required

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

Response

Success