Plan Configurations
Retrieve Contribution Strategy
API Reference
- Authentication
- Carriers
- Components (Embeddable UI)
- Connections
- Dependents
- Employer Documents
- Employers
- Enrollments
- Group Connections
- Members
- Pay Rates
- Payroll Benefits
- Groups
- Plans
- Plan Configurations
- Subclasses
- Tasks
- Reports
Plan Configurations
Retrieve Contribution Strategy
Retrieves the contribution strategy for a given plan.
GET
/
plan_configurations
/
{public_id}
/
contribution_strategy
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>"
}
}
Authorizations
API Key authentication with required prefix "Bearer"
Path Parameters
Response
200 - application/json
member_cost
- Member Costemployer_cost
- Employer Costemployer_percentage
- Employer Percentage
Available options:
member_cost
, employer_cost
, employer_percentage
member_cost
- Member Costemployer_cost
- Employer Costemployer_percentage
- Employer Percentage
Available options:
member_cost
, employer_cost
, employer_percentage
member_cost
- Member Costemployer_cost
- Employer Costemployer_percentage
- Employer Percentage
Available options:
member_cost
, employer_cost
, employer_percentage
member_cost
- Member Costemployer_cost
- Employer Costemployer_percentage
- Employer Percentage
Available options:
member_cost
, employer_cost
, employer_percentage
member_cost
- Member Costemployer_cost
- Employer Costemployer_percentage
- Employer Percentage
Available options:
member_cost
, employer_cost
, employer_percentage
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>"
}
}