Skip to main content
GET
/
transactions
/
pending-approval
List Pending Approval
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/transactions/pending-approval
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

for_user
string | null

Set to 'me' to filter to transactions the caller is authorized to approve

count_only
boolean
default:false

Return {'count': N} instead of the full list

Response

Successful Response