Skip to main content
POST
/
auth
/
logout
Logout user
curl --request POST \
  --url https://api.sprucecollective.co.uk/auth/logout \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Response

200 - application/json

OK

The response is of type object.