cURL
curl --request POST \ --url https://api.example.com/api/v2/auth/logout \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "refresh_token": "<string>" } '
Invalidate the current refresh token
Documentation IndexFetch the complete documentation index at: https://docs.elumenta.ru/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer nb_YOUR_ACCESS_TOKEN
curl -X POST https://elumenta.ru/api/v2/auth/logout \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "message": "Logged out successfully" }