Skip to main content

User Profile

Returns information about the authenticated user.

  • HTTP Method: GET
  • Endpoint: https://eledo.online/api/RESTv1/Profile

Response

Body

NameTypeDescription
accountStringAccount identifier (email)

Example

{
"account": "user@example.com"
}

When to use User Profile

Use this endpoint to:

  • verify that authentication is working
  • retrieve the current account identifier

Was this article helpful?

Yes
No