Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.thefaithapp.com/v1/auth/logout \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <x-api-key>'
{ "message": "<string>" }
Revokes the current hosted auth member bearer token.
curl -X POST https://api.thefaithapp.com/v1/auth/logout \ -H "X-API-Key: your-client-api-key" \ -H "Authorization: Bearer member-bearer-token" \ -H "Accept: application/json"
Settings > Developer Access
{ "message": "Logged out successfully." }
Was this page helpful?