POST
/
enrollments
/
{public_id}
/
eligible_plans
curl --request POST \
  --url https://sandbox.withclasp.com/enrollments/{public_id}/eligible_plans \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dependents": [
    "<string>"
  ]
}'
{
  "dependents": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Path Parameters

public_id
string
required

Body

dependents
string[]
required

Response

200 - application/json
dependents
string[]
required