Create data export

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The params a data export accepts is dependant on the underlying data export template. For example, data export templates which are temporal will likely accept a date range:

{
  "data": {
    "params": {
      "start_date": "2023-11-01",
      "end_date": "2023-11-30"
    },
    "format": "csv"
  }
}

To see the accepted parameters for a given template you can retrieve the template and look at the value for the allowed_export_params key.

Body Params
data
object
required
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json