List blocked affiliates for a program
GET
https://api.tamio.com/v2/affiliates/blocked/{uuid}
Returns a paginated list of blocked affiliates for a specific affiliate program. Supports filtering by date range.
Path Parameters
uuid
string*
UUID of the affiliate program to list blocked affiliates for.
Query Parameters
page
integer
Page number for pagination (1-based).
per_page
integer
Number of blocked affiliates to return per page.
order
string
Sort order for the results.
ascdesc
from
object
Start date filter (ISO 8601 string or Unix timestamp).
to
object
End date filter (ISO 8601 string or Unix timestamp).
Responses
200
Paginated list of blocked affiliates.
Paginated list of blocked affiliates.
status
integer
total_results
integer
Total number of blocked affiliates.
blocked_affiliates
array of object
400
Validation or business logic error. Possible causes:
Validation or business logic error. Possible causes:
uuidis missing, not a string, or not a valid UUIDpageorper_pageis not an integer or exceeds maximumorderis not one ofasc,descfrom/tois not a valid date format- Additional properties present
Error codes:
| Code | Description |
|---|---|
| 1002 | Affiliate program not found |
status
integer
error
string
error_code
integer
401
Missing or invalid Bearer token.
Missing or invalid Bearer token.
status
integer
error
string