cURL
curl --request GET \ --url https://sandbox.withclasp.com/plans/{public_id}/premiums \ --header 'Authorization: Bearer <token>'
[ { "coverage_type": "member", "tobacco_usage": true, "relationship_category": "member", "age": "<string>", "amount": "<string>" } ]
Retrieves the premiums for a given plan.
API Key authentication with required prefix "Bearer"
The response is of type object[].
object[]