Skip to main content
GET
/
affiliates
/
reportschedules
Get Report Schedules
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/reportschedules \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "report_schedule_id": 123,
    "name": "<string>",
    "schedule_type": "<string>",
    "status": "<string>",
    "report_type": "<string>",
    "delivery_method": "<string>"
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json

OK

report_schedule_id
integer

Unique identifier for the report schedule.

name
string

Name of the report schedule.

schedule_type
string

Schedule frequency (e.g. daily, weekly, monthly).

status
string

Current status of the schedule (active, paused).

report_type
string

Type of report being generated.

delivery_method
string

How the report is delivered (e.g. email, API).