get
https://www.pelcro.com/api/v1/core/exports
Discover which export types are available and what filters each type supports.
Overview
Use this endpoint to see all available export types and the filters you can use with each one. This is helpful when building integrations or exploring what data you can export.
The response shows each export type (like subscriptions, invoices, payments) along with the filter parameters it accepts (like date range, status, or currency).
Understanding Filter Types
When you call this endpoint, each filter parameter includes a type indicator that tells you what kind of value to provide:
| Type | What It Means | Example Value |
|---|---|---|
timestamp | A Unix timestamp (seconds since January 1, 1970) | 1704067200 (January 1, 2024) |
options:a,b,c | Choose one of the listed values | active or canceled |
int | A whole number | 123 |
string | Text | summer-promo |
email | An email address | [email protected] |
currency iso 3 letters code | A 3-letter currency code | USD, EUR, CAD |
country iso 2 letters | A 2-letter country code | US, CA, GB |
datetime:format(Y-m-d) | A date in year-month-day format | 2024-01-01 |
Related Endpoints
- Request Export - Submit a new export request
- Download Export - Download a completed export
