Auth token
Get auth token for a user using username and password
Request Body
Name
Type
Description
{
"token": "string"
}Last updated
Login using username and password to obtain a token.
POST https://api.starfall.ai/auth-token
username*
String
username
password*
String
password
{
"token": "string"
}Last updated