List supervision approvals
GET
/approvalsRequires scope: read:wallet
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
status | query | "pending" | "approved" | "declined" | "expired" | "superseded" | "execution_failed" | |
limit | query | integer | |
cursor | query | string |
Responses
| Status | Description |
|---|---|
200 | A bounded page of approvals |
400 | Invalid filters or cursor |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?