Payouts
List payouts
With this endpoint, you can list all payouts for a promoter, a campaign, or the entire account using the API.
HTTP Request
GET https://firstpromoter.com/api/v1/payouts/list
GET
/
list
Authorizations
X-API-KEY
string
headerrequiredQuery Parameters
promoter_id
string
List all payouts assigned to a promoter
campaign_id
string
List all payouts of a campaign
status
enum<string>
Filter payouts by status.
Available options:
pending
, processing
, completed
Response
200 - application/json
id
integer
status
string
amount
integer
date_paid
string
due_date
string | null
unit
string
created_at
string
has_issues
boolean
reward
object
promoter
object
campaign
object