Skip to main content
GET
Agent-wide pay feed

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Query Parameters

page
integer

Page number

Example:

1

limit
integer

Rows per page (default 10)

Example:

10

status
enum<string>
Available options:
Pending,
Deliverable Submitted,
Deliverable Approved,
Payment Processing,
Paid,
Failed
Example:

"Paid"

search_keyword
string

Matches deal name or athlete name

Example:

"Spring"

min_amount
number<float>

Minimum gross_amount, the deal value the row leads with

Example:

10

max_amount
number<float>

Maximum gross_amount, same basis as min_amount

Example:

500

payment_mode
enum<string>

Payout method as stored on the payout row. 'All' (the All Modes option) is treated as no filter. Only paid rows carry a mode, so filtering by one drops in-flight rows.

Available options:
All,
Stripe,
PayPal,
Paid Manually
Example:

"Stripe"

paymentDate
string

Single date picker: matches the row's most recent activity date

Example:

"2026-09-08"

Response

Paginated Agent Pay rows

data
object[]
meta
object