User Authentication REST API

The users REST API endpoint allows a user to authenticate and returns data about the user.

GET /api/users

User information.

Example request:

GET /api/users HTTP/1.1
Host: example.com
Accept: application/json, text/javascript

Example response:

  HTTP/1.1 200 OK
  Content-Type: text/javascript

{
}
Status Codes:

Back to API documentation index