Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Registration does not require any prior credentials. Once registered, use the returnedaccess_token to authenticate all subsequent API calls.
Request body
| Field | Required | Description |
|---|---|---|
email | Yes | Valid email address — must be unique |
name | Yes | Display name |
password | Yes | Plain-text password (bcrypt-hashed server-side) |
Registration automatically:
- Creates a Kong consumer for API key management
- Assigns the user to the
freeconsumer group - Generates an initial API key (returned in
user.api_key) - Issues a 15-minute
access_tokenand a 7-dayrefresh_token

