Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationAuthentication

Get the caller's user record.

GET
/v2/users/me

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.verdocs.com/v2/users/me"
{
  "appleId": "string",
  "b2cId": "string",
  "email": "string",
  "email_verified": true,
  "githubId": "string",
  "googleId": "string",
  "lock_reason": "string",
  "locked": true,
  "login_failures": 0,
  "pass_hash": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}