Skip to content

Who am I

Request

Get information about the current user.

Security
OAuth2
GET
/v1/me
curl -i -X GET \
  https://api.understory.io/v1/me \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
company_idstring

Your company's ID.

company_namestring

Your company's Name.

user_idstring

Your user ID.

emailstring

Your email.

Response
{ "company_id": "string", "company_name": "string", "user_id": "string", "email": "string" }