# Documentation ## Docs - [Authentication](https://docs.tolt.com/authentication.md): How to authenticate with the Tolt API - [Create Click](https://docs.tolt.com/clicks/create.md): This endpoint creates a click. You can create a click either by providing partner and link IDs or by using a tracking parameter and value. - [Create Commission](https://docs.tolt.com/commissions/create.md): This endpoint creates a commission. - [Delete Commission](https://docs.tolt.com/commissions/delete.md): This endpoint deletes a commission. - [List Commissions](https://docs.tolt.com/commissions/list.md): This endpoint lists all commissions. - [Retrieve Commission](https://docs.tolt.com/commissions/retrieve.md): This endpoint retrieves a commission. - [Update Commission](https://docs.tolt.com/commissions/update.md): This endpoint updates a commission. - [Create Customer](https://docs.tolt.com/customers/create.md): This endpoint creates a customer. - [Delete Customer](https://docs.tolt.com/customers/delete.md): This endpoint deletes a customer. - [List Customers](https://docs.tolt.com/customers/list.md): This endpoint lists all customers. - [Retrieve Customer](https://docs.tolt.com/customers/retrieve.md): This endpoint retrieves a customer. - [Update Customer](https://docs.tolt.com/customers/update.md): This endpoint updates a customer. - [Track with tolt.js](https://docs.tolt.com/guides/with-toltjs.md): Track partner clicks, leads, and payments using the tolt.js script - [Track without tolt.js](https://docs.tolt.com/guides/without-toltjs.md): Track affiliate clicks, leads, and payments using direct API calls - [Introduction](https://docs.tolt.com/introduction.md): Welcome to the Tolt API documentation - [Overview](https://docs.tolt.com/javascript/overview.md): The tolt.js script is a JavaScript library that automatically tracks partner clicks and can convert them into leads on your website/app - [Lead Tracking](https://docs.tolt.com/javascript/sign-up.md): Convert clicks into leads by signing up visitors with a unique identifier - [Create Link](https://docs.tolt.com/links/create.md): This endpoint creates a tracking link. - [Delete Link](https://docs.tolt.com/links/delete.md): This endpoint deletes a tracking link. - [List Links](https://docs.tolt.com/links/list.md): This endpoint lists all tracking links. - [Retrieve Link](https://docs.tolt.com/links/retrieve.md): This endpoint retrieves a tracking link by its ID. - [Update Link](https://docs.tolt.com/links/update.md): This endpoint updates a tracking link. - [Create Partner](https://docs.tolt.com/partners/create.md): This endpoint creates a partner. - [Delete Partner](https://docs.tolt.com/partners/delete.md): This endpoint deletes a partner. - [List Partners](https://docs.tolt.com/partners/list.md): This endpoint lists all partners. - [Retrieve Partner](https://docs.tolt.com/partners/retrieve.md): This endpoint retrieves a partner. - [Update Partner](https://docs.tolt.com/partners/update.md): This endpoint updates a partner. - [List Programs](https://docs.tolt.com/programs/list.md): This endpoint lists all programs available in your organization. - [Create Promotion Code](https://docs.tolt.com/promotion-codes/create.md): This endpoint creates a promotion code. - [Delete Promotion Code](https://docs.tolt.com/promotion-codes/delete.md): This endpoint deletes a promotion code. - [List Promotion Codes](https://docs.tolt.com/promotion-codes/list.md): This endpoint lists all promotion codes. - [Retrieve Promotion Code](https://docs.tolt.com/promotion-codes/retrieve.md): This endpoint retrieves a promotion code. - [Update Promotion Code](https://docs.tolt.com/promotion-codes/update.md): This endpoint updates a promotion code. - [Rate Limits](https://docs.tolt.com/rate-limit.md): Understanding Tolt API rate limits - [Create Transaction](https://docs.tolt.com/transactions/create.md): This endpoint creates a transaction. - [Delete Transaction](https://docs.tolt.com/transactions/delete.md): This endpoint deletes a transaction. - [List Transactions](https://docs.tolt.com/transactions/list.md): This endpoint lists all transactions. - [Refund Transaction](https://docs.tolt.com/transactions/refund.md): This endpoint refunds a transaction. - [Retrieve Transaction](https://docs.tolt.com/transactions/retrieve.md): This endpoint retrieves a transaction. - [Update Transaction](https://docs.tolt.com/transactions/update.md): This endpoint updates a transaction.