curl --request GET \
--url https://sandbox.withclasp.com/plan_configurations/{public_id}/contribution_strategy \
--header 'Authorization: Bearer <token>'
{
"member": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_spouse": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_child": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_children": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_family": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
}
}
Retrieves the contribution strategy for a given plan.
curl --request GET \
--url https://sandbox.withclasp.com/plan_configurations/{public_id}/contribution_strategy \
--header 'Authorization: Bearer <token>'
{
"member": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_spouse": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_child": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_children": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
},
"member_family": {
"contribution_type": "member_cost",
"contribution": "<string>",
"monthly_min_threshold": "<string>",
"monthly_max_threshold": "<string>"
}
}
API Key authentication with required prefix "Bearer"
The response is of type object
.