cURL
curl --request GET \ --url https://sandbox.withclasp.com/employers/{public_id} \ --header 'Authorization: Bearer <token>'
{ "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" }
Retrieves a single employer object by employer id.
API Key authentication with required prefix "Bearer"
The response is of type object.
object