Employers
List Employers
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
Employers
List Employers
Retrieves a list of all employers that are defined under your provider.
GET
/
employers
curl --request GET \
--url https://sandbox.withclasp.com/employers \
--header 'Authorization: Bearer <token>'
{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": "<string>",
"legal_name": "<string>",
"trade_name": "<string>",
"external_id": "<string>",
"phone_number": "<string>",
"email": "<string>",
"federal_ein": "<string>",
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
}
]
}
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
Maximum length:
255
Maximum length:
255
Maximum length:
255
Maximum length:
10
Maximum length:
255
Maximum length:
255
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/employers \
--header 'Authorization: Bearer <token>'
{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": "<string>",
"legal_name": "<string>",
"trade_name": "<string>",
"external_id": "<string>",
"phone_number": "<string>",
"email": "<string>",
"federal_ein": "<string>",
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "AL",
"zip_code": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
}
]
}