company_slug. This information, such as a detailed profile and, if available, an example job. Using this endpoint, you can display information of an individual company in detail alongwith the job previews associated with that company.
Endpoint
Path Parameters
Unique identifier for the target company
Response
Details of the company.
List of active jobs for the company
Example Request
Example Response
Error Responses
401 Unauthorized
401 Unauthorized
404 Not Found
404 Not Found
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).
500 Internal Server Error
500 Internal Server Error
Returns when an unexpected error occurs on the server.
- Occurs during unhandled server-side failures or bugs that prevent the request from being processed.