Skip to content
Philip Borbon edited this page May 19, 2020 · 1 revision

FORMAT: 1A

Example

Users

User resource end points.

Get Users [GET /users]

Get a paginated list of all users.

Who am I? [GET /whoami]

Determine who is user the behind the access token.

  • Response 200 (application/json)
    • Body

        {
            "data": {
                "id": 1,
                "first_name": "Administrator",
                "last_name": "Administrator",
                "email": "[email protected]"
            }
        }
      
Clone this wiki locally