1. Home
  2. Affiliate Systems
  3. How can I support multiple affiliate system APIs in LinkClicky?

How can I support multiple affiliate system APIs in LinkClicky?

If you wish to support multiple accounts, you can. Just format the API information in the correct JSON format as an array of entries.

Impact Example:

[
  {"accountSID": "[ACCOUNTSID1]", "authToken": "[AUTHTOKEN1]"},
  {"accountSID": "[ACCOUNTSID2]", "authToken": "[AUTHTOKEN2]"}
]
Updated on November 16, 2023
Was this article helpful?

Related Articles