Skip to main content
POST
/
v1
/
onboarding
/
grant
Grant
curl --request POST \
  --url https://api.example.com/v1/onboarding/grant
{
  "user_id": "<string>",
  "allowed_actions": [
    "<string>"
  ],
  "withdraw_allowlist": [
    "<string>"
  ],
  "revoked": true
}

Headers

authorization
string | null

Response

Successful Response

user_id
string
required
allowed_actions
string[]
required
withdraw_allowlist
string[]
required
revoked
boolean
required