Skip to main content
POST
/
v1
/
auth
/
login
Login
curl --request POST \
  --url http://13.207.23.185:8000/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "founder@oneinbox.ai",
  "password": "super-secret-123"
}
'
{
  "access_token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
email
string
required
Example:

"founder@oneinbox.ai"

password
string
required
Example:

"super-secret-123"

Response

200 - application/json

OK

access_token
string