Get a current user
Whoami
Get a current user
GET
Get a current user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
OK
The user id
Information about the access token used to make this request.
Name of the user
IDs of companies that could be accessed by the user. Deprecated, use accessible_companies instead. Will be removed in a future release.
Companies that could be accessed by the user, with full company details.
Example:
{
"company_id": 42,
"slug": "acm",
"name": "ACM",
"long_description": "The Acme Corporation is an ironic name for the fictional corporation, appearing in the Road Runner/Wile E. Coyote animated shorts, where it was used as a running gag.",
"short_description": "American Company that Manufactures Everything",
"contact_email": "[email protected]",
"data_shop_url": "https://shop.acm.io",
"twitter_link": "https://twitter.com/acm_company",
"linkedin_link": "https://www.linkedin.com/company/acm_company",
"image_url": null,
"visibility": "visible",
"status": "active",
"website": null
}The instant this company was created.
Example:
"2021-06-24T00:54:40.029056Z"
Contact of user who created the company
The instant this company was created.
Example:
"2021-06-24T00:54:40.029056Z"
Contact of user who updated the company

