v1
latestOpenAPI 3.0.02026-07-264731126.7 KBPromoters
Get available promoters
With this endpoint you can list all promoters. <Tip>HTTP Request <br/>GET https://api.firstpromoter.com/api/v2/company/promoters</Tip>
get/promoters
Query parameters
qstring
Search params for promoters, search using, email, name or ref_id
ids[]integer[]
Array of promoter ids to get
Filter params
Sorting params
Headers
Account-IDstring required
Account id. You can find your Account ID on Your FirstPromoter Dashboard. Navigate to Settings → Integrations
Response
Successful response
Example response
{
"data": [
{
"profile": {
"country": "US"
}
}
]
}