cURL
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>" ] }
Lists all eligible plans under an enrollment.
API Key authentication with required prefix "Bearer"
The response is of type object.
object