Skip to main content
GET
/
beneficiary_allocations
cURL
curl --request GET \
  --url https://sandbox.withclasp.com/beneficiary_allocations
{
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "id": "<string>",
      "member": "<string>",
      "allocation_type": "<unknown>",
      "splits": [
        {
          "beneficiary": "<string>",
          "percentage": 50
        }
      ]
    }
  ]
}

Query Parameters

cursor
string

The pagination cursor value.

member
string
page_size
integer

Number of results to return per page.

Response

200 - application/json
next
string | null
previous
string | null
results
object[]