Skip to content

Get Affiliate FTDs

Retrieves a list of First Time Deposits (FTDs) for an affiliate.

Endpoint

bash
GET http://api.exmp.com/v1/affiliates/ftds

Query Parameters

ParameterTypeDescription
pageSizenumberNumber of items per page
pageNumbernumberPage number
startDatestringStart date in YYYY-MM-DD format
endDatestringEnd 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 pageSize parameter
  • 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

Released under the MIT License.