Dependents
List Dependents
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
Dependents
List Dependents
Lists all dependents under your provider.
GET
/
dependents
curl --request GET \
--url https://sandbox.withclasp.com/dependents \
--header 'Authorization: Bearer <token>'
{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn_last_four": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"enrolled_plans": [
"<string>"
]
}
]
}
Authorizations
API Key authentication with required prefix "Bearer"
Query Parameters
The pagination cursor value.
Number of results to return per page.
A search term.
Response
200 - application/json
spouse
- Spousedomestic_partner
- Domestic Partnercivil_union
- Civil Unionex_spouse
- Ex Spousechild
- Childgrandchild
- Grandchildstep_child
- Step Childfoster_child
- Foster Childadopted_child
- Adopted Childlegal_guardianship
- Legal Guardianshipcourt_ordered_dependent
- Court Ordered Dependentother
- Other
Available options:
spouse
, domestic_partner
, civil_union
, ex_spouse
, child
, grandchild
, step_child
, foster_child
, adopted_child
, legal_guardianship
, court_ordered_dependent
, other
male
- Malefemale
- Female
Available options:
male
, female
AL
- ALAK
- AKAZ
- AZAR
- ARCA
- CACO
- COCT
- CTDE
- DEDC
- DCFL
- FLGA
- GAHI
- HIID
- IDIL
- ILIN
- INIA
- IAKS
- KSKY
- KYLA
- LAME
- MEMD
- MDMA
- MAMI
- MIMN
- MNMS
- MSMO
- MOMT
- MTNE
- NENV
- NVNH
- NHNJ
- NJNM
- NMNY
- NYNC
- NCND
- NDOH
- OHOK
- OKOR
- ORPA
- PARI
- RISC
- SCSD
- SDTN
- TNTX
- TXUT
- UTVT
- VTVA
- VAWA
- WAWV
- WVWI
- WIWY
- WY
Available options:
AL
, AK
, AZ
, AR
, CA
, CO
, CT
, DE
, DC
, FL
, GA
, HI
, ID
, IL
, IN
, IA
, KS
, KY
, LA
, ME
, MD
, MA
, MI
, MN
, MS
, MO
, MT
, NE
, NV
, NH
, NJ
, NM
, NY
, NC
, ND
, OH
, OK
, OR
, PA
, RI
, SC
, SD
, TN
, TX
, UT
, VT
, VA
, WA
, WV
, WI
, WY
Maximum length:
11
curl --request GET \
--url https://sandbox.withclasp.com/dependents \
--header 'Authorization: Bearer <token>'
{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"member": "<string>",
"member_relationship": "spouse",
"ssn_last_four": "<string>",
"dob": "2023-12-25",
"biological_sex": "male",
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"enrolled_plans": [
"<string>"
]
}
]
}