Starfall API Documentation
  • Introduction
  • Quick Start
  • API Usage
  • API reference
    • Auth token
    • Addresses
    • Final predictions
    • Address Lookups
    • Users
Powered by GitBook
On this page
  1. API reference

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

Name
Type
Description

username*

String

username

password*

String

password

{
  "token": "string"
}
PreviousAPI referenceNextAddresses

Last updated 1 year ago