v1

latestOpenAPI 3.0.02026-07-1413018.4 KB

Get a user token. This is comparable to a login

post/v1/users/@me/token

Request body

passwordstring required
emailstring required

Response

POST /v1/users/@me/token Successful response

status'success' required

Example response

{
  "data": {
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjkxNTQyMTM1MTkwNzMyOCIsImlhdCI6MTY1ODgzOTA1NX0.Vu5MqJ_F_2rAHbcICvOGqxXoaqYiFYvRb9w0c7vHIlc"
  }
}
All 13 operations