Registration

If you are a registered affiliate, you are granted access to the Affiliate APIs using your private Affiliate API Token. To generate the token:

  1. Ensure that you are registered as an affiliate (URL: https://affiliate.flipkart.com/registerme) and are logged into your account.
  2. Go to API > API Token (URL: https://affiliate.flipkart.com/api/api-token).
  3. The Affiliate Tracking ID field is populated automatically.
  4. Click Generate API Token.

Warning

Only one token is allowed per affiliate account. Generating a new token disables the old one.

API Access

You can access the APIs by passing the following headers as an HTTPS request. Without the headers, the APIs respond with an authentication error.

Header Value
Fk-Affiliate-Id <your Affiliate Tracking ID>
Fk-Affiliate-Token <your Affiliate API Token>

Sample HTTPS request

curl -H "Fk-Affiliate-Id:<your Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<your Affiliate API Token>" "<API URL>"

Once the token is generated, your Affiliate Tracking ID automatically becomes eligible to access the API via HTTPS request. All the URLs returned by the API feeds are appended with your tracking ID, by default.

Status Check

To verify the API response:

  1. Go to API > API Status (URL: https://affiliate.flipkart.com/api/status-check).
  2. Paste the API URL in the text box.
  3. Click Check Status.

This displays the relevant success or error response code.