Skip to main content
POST
cURL
Use your sandbox API key to create quotes. Plans and rates returned in sandbox are sample data for integration testing and are not representative of live pricing. Contact Clasp to enable quoting with your live API key.

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

lines_of_coverage
enum<string>[]
required
Minimum array length: 1
Available options:
medical,
dental,
vision,
life,
voluntary_life
employer
string | null

Existing employer ID. Provide this or census_upload, not both.

census_upload
file

Member census CSV. Requires employer_details when used.

employer_details
object

Response

201 - application/json
id
string
required
read-only
Pattern: ^[-a-zA-Z0-9_]+$
lines_of_coverage
enum<string>[]
required
Available options:
medical,
dental,
vision,
life,
voluntary_life
status
enum<string>
required
read-only
  • draft - Draft
  • rates_returned - Rates Returned
  • awaiting_carrier - Awaiting Carrier
Available options:
draft,
rates_returned,
awaiting_carrier
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
quote_plans
string[]
required
read-only
employer_details
object
employer
string | null
read-only
census_upload
string | null
read-only
submitted_at
string<date-time> | null
read-only