Promoters
Show promoter details and balance
You can identify promoters by: id
, cust_id
, auth_token
, promoter_email
or ref_id
(referral id). You need to pass at least one of these parameters.
HTTP Request
GET https://firstpromoter.com/api/v1/promoters/show
GET
Authorizations
Query Parameters
required if promoter_email, ref_id, auth_token or cust_id is null
`The promoter's ID inside FirstPromoter
required if id, ref_id, auth_token or cust_id is null
The promoter's email
required if id, ref_id, auth_token or promoter_email is null
Your customer's user ID inside your application/system for the promoter.
required if the promoter_email,auth_token, id or cust_id is null
Referral ID.
required if the promoter_email, id, ref_id or cust_id is null
Authentication token generated when the promoter was created
Response
200
application/json
Show promoters response
The response is of type object
.