Introduction
Welcome to the Tolt API documentation
We are actively working on improving our APIs and adding new endpoints and options. Please reach out to us if you have any feedback or suggestions via live chat in the bottom right corner of the page or via email at support@tolt.io.
Overview
Welcome to Tolt’s API documentation. Our API enables you to programmatically manage your partnership program, including partners, commissions, transactions, and more. The API follows RESTful principles and uses standard HTTP methods.
Base URL
All API requests should be made to:
Authentication
All API endpoints require authentication using Bearer token authentication. Include your API key in the Authorization header:
You can find your API key in the Settings -> Integrations tab.
Response Format
All responses are returned in JSON format and include a success
boolean indicating if the request was successful.
Successful Response Example
Error Response Example
Common Parameters
Many endpoints support these common query parameters:
limit
: Number of records to return (default: 10, max: 100)starting_after
: Cursor for pagination (forward)ending_before
: Cursor for pagination (backward)expand
: Include related objects in the response
Available Resources
The Tolt API provides access to the following resources:
- Partners: Manage your partners and their information
- Links: Create and manage tracking links
- Commissions: Track and manage commission payouts
- Transactions: View and manage transactions
- Promotion Codes: Create and manage promotional codes
API Versioning
The current version is v1
. We maintain backwards compatibility within a version and will notify you of any upcoming changes.
Need Help?
If you need assistance:
- Email us at support@tolt.io
- Check our API Status Page