ERIP
API ReferencePublicAuth

/api/v1/Auth/me

GET
/api/v1/Auth/me

Authorization

ApiKey Bearer
X-Api-Key<token>

Provide your API key in the X-Api-Key header.

In: header

AuthorizationBearer <token>

Enter a JWT token obtained from /api/v1/auth/login.

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/Auth/me"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": null,
  "email": null,
  "createdAt": "2019-08-24T14:15:22Z",
  "status": 0,
  "tier": 0,
  "role": 0
}