---
title: "Get Employer Info"
method: GET
path: "/v1/employers/{employerId}/info"
tags: ["Employers"]
---

# Get Employer Info

`GET /v1/employers/{employerId}/info`

Retrieve basic employer information by ID. Requires only API key authentication.

## Path parameters

- `employerId` string, required

## Response `200`

Default Response

- object
  - `_id` string
  - `name` string
  - `brandId` string

## Other responses

- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/ae97a9add0ba/schema)
