GET
/
api
/
external
/
v2
/
me
{
  "company": {
    "id": 123456,
    "name": "Pennylane",
    "reg_no": "ullamco incididunt"
  },
  "user": {
    "email": "jdoe@pennylane.com",
    "first_name": "John",
    "id": 12345,
    "last_name": "Doe",
    "locale": "fr"
  }
}

Response

200
application/json

Returns the user and the company

The response is of type object.