Leads
Show leads and customers details
Show the lead/customer details from FirstPromoter using the API. You can find the referral either by id
, uid
or email
HTTP Request
GET https://firstpromoter.com/api/v1/leads/show
GET
Authorizations
Query Parameters
required if email or uid is null
ID of the lead or customer to show
required if email or id is null
UID of the lead or customer to show
required if id and uid is null
Email of the lead or customer to show
Response
200 - application/json
ISO date string at which the lead/customer cancelled
ISO date string at which the lead/customer signed up
ISO date string at which the lead converted to a customer.
The lead's or customer's email
The lead's ID inside FirstPromoter
The lead's or customer's status
Available options:
signup
, active
, subscribed
, denied
, cancelled
Your lead/customer's user ID inside your application.