Skip to main content

API Explorer

Browse all 164 SDK functions. View documentation, code examples, and test them live.

ConfigurationNot Configured
Note: Credentials are stored in your browser's localStorage and sent directly to your API endpoint. Never sent to our servers.

Authenticate User

Authenticate user with username and password to obtain access tokens.

POST /v1/apps/auth/login
SDK CODE
const tokens = await authenticateUser({
username: "user@example.com",
password: "password",
});
username*string
User email address
password*string
User password
Configure credentials above to run
Click "Run" to execute the API call