Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt

Use this file to discover all available pages before exploring further.

Logout

Invalidate the current session and blacklist the refresh token. POST /auth/logout  ·  🔒 Auth required

Request

{
  "refresh_token": "dGhpcyBpcyBhIHJlZnJlc2ggdG9rZW4..."
}
FieldTypeRequired
refresh_tokenstring

Response 204 No Content

Empty body.

Example

curl -X POST https://api.sertexity.com/v1/auth/logout \
  -H "Authorization: Bearer <access_token>" \
  -H "Content-Type: application/json" \
  -d '{"refresh_token":"<refresh_token>"}'