Storrik LogoStorrik Docs
APIReferenceCustomer

Logout customer

Revokes the active customer session token.

After logout, the token becomes invalid and cannot be used again.

POST
/v1/customer/logout
Authorization<token>

Use Authorization: Bearer pk_...

In: header

Response Body

curl -X POST "https://api.storrik.com/v1/customer/logout"
{
  "ok": true
}
Empty