PUT
/
refresh_token

Resetting authentication token(auth_token) which is used to automatically sign in your promoters(if you use this feature) is not required, but can be used to enhance the security of the promoter dashboard. You can set up a cron job to call the API endpoint and store the new “auth_token” from the response.

You can identify promoters by: id, cust_id or auth_token…only one required.

Authorizations

X-API-KEY
string
headerrequired

Query Parameters

id
string

Promoter's ID inside FirstPromoter

promoter_email
string

Email of the promoter

cust_id
string

Assigned customer/user ID

ref_id
string

Referral ID'

auth_token
string

Authentication token generated when the promoter was created

Response

200 - application/json
auth_token
string