Authorizations
Access token
Commerce Engine is now in beta. We're working hard to make it better for you.
curl --request POST \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/pos/auth/logout \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"success": true
}
This endpoint ends the current loggedin session for the POS device. This action immediately invalidates the previously issued access token(s), preventing any further use. A new login is required to regain access.
curl --request POST \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/pos/auth/logout \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"success": true
}
Access token
Was this page helpful?