List Affiliates
GET/affiliates
Retrieves a paginated list of affiliates for the authenticated merchant. Includes affiliate profile information, offer details, and performance metrics.
Supports filtering by status, search term, performance metrics, and offer IDs.
The status=approved filter returns both regular APPROVED and locked-APPROVED
affiliates; check the locked field on each record to distinguish them.
The status=denied filter returns both DENIED and BANNED affiliates; banned
records expose status: "BANNED" so they can be distinguished per row.
Request
Responses
- 200
- 401
- 422
- 500
Affiliates retrieved successfully
Authentication required
Invalid query parameters
Internal server error