Skip to main content
POST
/
v1
/
auth
/
signup
Signup
curl --request POST \
  --url http://13.207.23.185:8000/v1/auth/signup \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "founder@oneinbox.ai",
  "password": "super-secret-123",
  "name": "Founder",
  "organization_name": "OneInbox"
}
'
{
  "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"

name
string
required
Example:

"Founder"

organization_name
string
Example:

"OneInbox"

Response

201 - application/json

Created

access_token
string