POST
/
premiums
/
age_banded_table
cURL
curl --request POST \
  --url https://sandbox.withclasp.com/premiums/age_banded_table \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": "<string>",
  "state": "AL"
}'
[
  {
    "coverage_type": "member",
    "tobacco_usage": true,
    "relationship_category": "member",
    "age": "<string>",
    "amount": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

application/json

Response

200 - application/json

The response is of type object[].