Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.adscrush.com/llms.txt

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

Welcome

To interact with the API, you can use the provided API specifications. All API endpoints require authentication using both Bearer tokens and API_KEY. Include your Bearer token in the Authorization header and your API key in the API_KEY header when making requests.

Base API URL

The base URL for the API is https://affilate.adscrush.com/api.

Get Leads

View the API specification for Get Leads

Create Lead

View the API specification for Create Lead

Update Lead

View the API specification for Update Lead

Delete Lead

View the API specification for Delete Lead

Authentication

All API endpoints require authentication using Bearer tokens and API_KEY. Include your Bearer token in the Authorization header and your API key in the API_KEY header when making requests.
Headers
headers = {
    "API_KEY": "<api_key>",
    "Authorization": "bearer <authorization_token>"
}