v1

latestOpenAPI 3.0.1MIT2026-07-17351247.0 KB
auth

Login to get a Bearer token

post/auth/login

Request body

emailstring required
passwordstring required

Response

Login successful

codeinteger
expirestring date-time
tokenstring

The token required for authentication via bearer scheme

Example response

{
  "code": 200,
  "expire": "2019-10-28T00:58:11+05:30",
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
}
All 35 operations