Get company info by id

Returns one company. You can read your own company; another company's id returns 404 rather than an access error.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The company id, as returned in the id field by GET /companies.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

401

Unauthorized

404

Company not found, with messageKey user.company_not_found. Returned for an id that does not exist, for a value that is not a well-formed id, and for a company you cannot see.

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json