Authorizations
The API token generated from the Obselite dashboard
Response
Successful response
curl --request GET \
--url https://api.obselite.com/v0/auth/signout \
--header 'Authorization: Bearer <token>'{
"success": true
}Invalidate the current session
curl --request GET \
--url https://api.obselite.com/v0/auth/signout \
--header 'Authorization: Bearer <token>'{
"success": true
}The API token generated from the Obselite dashboard
Successful response