Montage
1.0

Authentication

Get current user

GET /api/v1/user/
Request Headers:
 

Authentication

POST /api/v1/user/
Query Parameters:
 
  • username – User email address, supplied by the user
  • password – Password, supplied by the user

Example Response:

{"data": {
    "full_name": "Joe User",
    "email": "user@example.com",
    "token": "59e1d663-f19c-4330-9008-4c33208c9671"
}}