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

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Path Parameters

public_id
string
required

Response

200 - application/json
member
object
required
member_spouse
object
required
member_child
object
required
member_children
object
required
member_family
object
required