Skip to main content
POST
/
extern
/
fe
/
auth
/
sign-out
Revoke the current session JWT
curl --request POST \
  --url https://{host}/extern/fe/auth/sign-out \
  --header 'X-Publishable-Key: <api-key>'
{
  "status": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blend.money/llms.txt

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

Authorizations

X-Publishable-Key
string
header
required

Tenant publishable key (pk_live_...)

Response

Success

status
string
required
Allowed value: "success"
message
string
required
Last modified on May 29, 2026