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

Path Parameters

public_id
string
required

Response

200 - application/json
id
string
required
member
string
required
allocation_type
any
required
splits
object[]
required