curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/ein \
--header 'Authorization: Bearer <token>'{
"data": {
"has_ein": false,
"ein": "12-3456789"
}
}Retrieve the Employer Identification Number information for a case.
curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/ein \
--header 'Authorization: Bearer <token>'{
"data": {
"has_ein": false,
"ein": "12-3456789"
}
}Documentation Index
Fetch the complete documentation index at: https://api.hellosunset.com/llms.txt
Use this file to discover all available pages before exploring further.