Release Candidate — the API is undergoing final validation before general availability, and minor changes may still occur.
Hellomateo API Documentation
Current User

Get Current Identity

GET
/v1/me

Returns the requested current Identity.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.getmateo.com/v1/me"
{  "type": "api_token",  "organisation_id": "9ec26450-a51e-40b1-a49f-e04045480fd5",  "token_id": "dcfe3e92-730b-4db5-9f1c-9e10c2f62d39",  "token_name": "string",  "provider": "string",  "external_system_id": "496cacc4-1d36-4900-b9d2-89eefa7ce182",  "external_system_external_id": "string",  "external_user_id": "string"}