Postonus
APIReferenceUser

Get the current user

GET
/users/me
x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/users/me"
{  "id": "string",  "name": "string",  "email": "string",  "image": "string",  "emailVerified": true,  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z",  "defaultOrganizationId": "string"}