Skip to main content
GET
Get Company
Retrieve a single company profile — and a sample of its open job listings — by passing the company_slug in the URL path. Use this endpoint to build company detail pages, enrich job search results with company context, or link out to company-specific views in your UI.

Endpoint

Path Parameters

company_slug
string
required
Unique identifier for the target company. Passed directly in the URL path — do not send it in the request body (this is a GET request).

Authentication

x-api-key
string
Your Hirebase API key. Optional — not enforced on this endpoint today.

Response

company
object
Details of the company.
jobs
array
List of active jobs for the company

Example Request

Example Response

Error Responses

Returns when the API key is missing, invalid, or incorrect.
Returns when the specified company_slugdoes not exist in the database.
  • The company does not exist or has been deleted.
  • There’s a typo in the company_slugvalue.
  • The slug is incorrectly cased (e.g., uppercase vs lowercase letters).
Returns when an unexpected error occurs on the server.
  • Occurs during unhandled server-side failures or bugs that prevent the request from being processed.