Admin API
Updated over a week ago

At a Glance: This article helps in understanding the process of admin API integration.

This guide explains how to get started with the Trackier Admin API.

Trackier's REST API allows developers to access and integrate the functionality of Trackier with other applications. Some examples of API methods include retrieving campaigns, tracking links, conversion logs, retrieving payouts, and custom reports.

Generating an API Key

  1. You can generate the admin API key from your panel itself.

  2. Go to Automation section, and scroll down to API.

  3. This API key will help you to perform all the intergration with the panel.



Whitelist IP Address

IP addresses can be whitelisted in the application. There will be a box underneath your API key to submit an IP address to the whitelist. Additional IP addresses can be added to the whitelist using the API method.



Making a Request

Your Network’s API key is used to authenticate requests through the API. Every API request must have a valid API key. When making an API request, use your API key as a header request with the parameter X-API-Key.

API Integrations

When you open the Admin API Docs, you can find all the API integrations available for admin.

Admin API Integration includes:

  • Fetch all campaigns

  • Creation of campaign

  • Fetch all publishers

  • Get Campaign Timeline

  • Basic Login Endpoint

  • Get Campaign Payout

  • Find all advertiser CAP

  • Campaign Report

  • Create Category

  • Fetch all coupon code

  • Find all incent offers

Schemas

Trackier has introduced a new feature through which anyone can verify if they are doing the correct API integration or not.

Schemas are the name of this new feature. Schemas enable anyone to verify that they are receiving the correct result from an API request after submitting one.

There are multiple schemas available in the Admin API documents.




Example: Find all Publishers

STEP I: Get your API key

STEP-II: See the documentation for endpoints, for our case, it is “/v2/publishers”


STEP-III: Enter your API Key and hit Send API Request.


We're thrilled to have put together a top-notch team of qualified experts who are available to handle any of your concerns and respond to any inquiries you may have. You can contact us at any time by sending an email to Trackier Support or using the in-platform chat feature.


Did this answer your question?