Skip to main content

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>"
}