Appearance
Get Affiliate FTDs
Retrieves a list of First Time Deposits (FTDs) for an affiliate.
Endpoint
bash
GET http://api.exmp.com/v1/affiliates/ftdsQuery Parameters
| Parameter | Type | Description |
|---|---|---|
| pageSize | number | Number of items per page |
| pageNumber | number | Page number |
| startDate | string | Start date in YYYY-MM-DD format |
| endDate | string | End date in YYYY-MM-DD format |
Headers
x-apiKey: your-api-key
Example Request
bash
curl --location 'http://api.exmp.com/v1/affiliates/ftds?pageSize=50&pageNumber=1&startDate=2024-03-25&endDate=2026-05-30' \
--header 'x-apiKey: {x-apiKey token}'Notes
- The response will be paginated based on the
pageSizeparameter - Dates should be provided in YYYY-MM-DD format
- The API will return FTDs within the specified date range
- FTDs (First Time Deposits) represent the first deposit made by a customer
