Returns the company and user associated with the token
Company Marketing Information
Returns the company and user associated with the token
Returns the company and user associated with the token.
GET
Returns the company and user associated with the token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Whether to include the token's user id on the response.
Response
200 - application/json
Returns the company and user associated with the token.
The company behind the request token, and the user when one was asked for.
Unlike /whoami, this endpoint accepts app installation and client-credential tokens, so it is the
way a caller holding one of those resolves its own company.

