Auth token

Login using username and password to obtain a token.

Get auth token for a user using username and password

POST https://api.starfall.ai/auth-token

Request Body

NameTypeDescription

username*

String

username

password*

String

password

{
  "token": "string"
}

Last updated