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.

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