Skip to main content
GET
/
openclaw
/
authorize
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/openclaw/authorize \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "redirectUrl": "<string>",
  "state": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Query Parameters

state
string

Opaque state parameter passed through the OAuth flow

Required string length: 1 - 256

Response

200 - application/json

OK

Authorization initiation response with redirect URL

enabled
boolean
required

Whether OpenClaw integration is enabled for this organization

redirectUrl
string<uri> | null
required

OAuth authorization URL to redirect the user to

state
string | null
required

State parameter echoed back for CSRF verification