POST
Log out

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Refresh token that should be revoked for logout.

Request payload for logout.

refresh_token
string | null

Optional when the refresh token is supplied via the httpOnly cookie.

Response

Refresh token was revoked

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.