API Documentation
Authentication
How to authenticate your API
FirstPromoter uses an API key to authorize API requests. You can find your key on the Settings page of your FirstPromoter Dashboard—log in to FirstPromoter and click the ‘Settings’ button in the top bar.
FirstPromoter expects the API key to be included in all API requests to the server and must be placed in the header as X-API-KEY
:
X-API-KEY: {apikey}
You must replace
{apikey}
with your account API key.