Skip to main content
POST
/
auth
/
sign-out
Revoke current SIWE session
curl --request POST \
  --url https://api.portal.blend.money/sdk/auth/sign-out \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Publishable-Key: <api-key>'
{
  "status": "success",
  "message": "<string>",
  "data": {
    "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

Client-safe Account Type key, for example pk_live_....

Authorization
string
header
required

SIWE session token returned by /auth/verify.

Response

Signed out

status
enum<string>
required
Available options:
success
message
string
data
object
Last modified on May 4, 2026