cURL
curl --request GET \ --url https://api.bluehive.com/v1/employers/{employerId} \ --header 'Authorization: <api-key>'
{ "_id": "<string>", "name": "<string>", "address": { "street1": "<string>", "street2": "<string>", "city": "<string>", "state": "<string>", "zipCode": "<string>", "country": "<string>" }, "billingAddress": { "street1": "<string>", "street2": "<string>", "city": "<string>", "state": "<string>", "zipCode": "<string>", "country": "<string>" }, "phones": [ { "number": "<string>", "type": "<string>", "primary": true } ], "website": "<string>", "email": "<string>", "onsiteClinic": true, "demo": true, "employeeConsent": true, "createdAt": "2023-11-07T05:31:56Z", "createdBy": "<string>", "checkr": { "id": "<string>", "status": "<string>" } }
Retrieve an employer by their unique ID.
API key for accessing BlueHive API endpoints. Format: "ApiKey <your-api-key>" or "Bearer <your-api-key>"
Unique identifier for the employer
Default Response
The response is of type object.
object
Was this page helpful?