Beta — endpoints, schemas, limits and examples may change before general availability.
Hellomateo API Documentation
Identity

Get Current Identity

GET
/v1/me

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.getmateo.com/v1/me"
{  "type": "employee",  "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",  "employee_id": "df4fd699-0854-488d-9cc2-15e751a80ee3",  "organisation_id": "9ec26450-a51e-40b1-a49f-e04045480fd5",  "display_name": "string",  "email": "user@example.com",  "is_admin": true,  "is_sp": true,  "locale": "string",  "timezone": "string"}