v1

latestOpenAPI 3.0.0GPLv32026-07-17661855.6 KB
Auth

Register new users

post/register/

Request body

emailstring required
passwordstring required

Example request

{
  "email": "quads@redhat.com",
  "password": "7h1515aV3rYkr1p71k70k3n"
}

Response

New user authentication token

statusinteger
messagestring
auth_tokenstring

Authentication Token

Example response

{
  "status": 200,
  "message": "Successful login",
  "auth_token": "7h1515aV3rYkr1p71k70k3n"
}