Fetches a single company
GET/public_api/v1/companies/:id
A Company can be looked up by id or domain. Companies are unique by domain across a team, so any edits you make to a Company will be visible to every user on the team. IDs will never change.
Request
Responses
- 200
- 401
- 403
- 404
Success
A valid oauth connector is required to use this endpoint.
Your oauth connector does not have the correct permissions to use this endpoint.
The company could not be found.