Skip to main content
GET
/
v1
/
employers
/
{employerId}
JavaScript
import BlueHive from '@bluehive/sdk';

const client = new BlueHive({
  apiKey: 'My API Key',
});

const employer = await client.employers.retrieve('employerId');

console.log(employer);
{}

Authorizations

Authorization
string
header
required

API key for accessing BlueHive API endpoints. Format: "ApiKey <your-api-key>" or "Bearer <your-api-key>"

Path Parameters

employerId
string
required

Response

Default Response

The response is of type object.