{
"company": {
"id": 123456,
"name": "Pennylane",
"reg_no": "voluptate Lorem"
},
"user": {
"email": "jdoe@pennylane.com",
"first_name": "John",
"id": 12345,
"last_name": "Doe",
"locale": "fr"
}
}
This endpoint returns information about the company and the user associated to the token.
{
"company": {
"id": 123456,
"name": "Pennylane",
"reg_no": "voluptate Lorem"
},
"user": {
"email": "jdoe@pennylane.com",
"first_name": "John",
"id": 12345,
"last_name": "Doe",
"locale": "fr"
}
}
Returns the user and the company
The response is of type object
.