Retrieve data in csv-format

GET /data-export/{resource}

Retrieve data in csv-format

Headers

  • Bearer token used for authorization

    Minimum length is 1.

  • Unique identifier to allow referencing a particular transaction or event chain

    Minimum length is 1.

Path parameters

  • resource string Required

    Values are appointments or conversion-analytics-sessions.

Query parameters

  • language string Required

    Values are da, de, el, en, es, fr, ja, nl, no, or pl.

  • from string(date-time) Required

    Start date and time to be considered for the data (ISO 8601)

    Minimum length is 1.

  • to string(date-time) Required

    End date and time to be considered for the data (ISO 8601)

    Minimum length is 1.

Responses

GET /data-export/{resource}
curl \
 --request GET 'https://api.development.pexipengage.com/enterprises/acme/data-export/{resource}?language=da&from=2025-05-04T09%3A42%3A00Z&to=2025-05-04T09%3A42%3A00Z' \
 --header "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" \
 --header "X-Correlation-Id: a4f0048e-c983-11ed-afa1-0242ac120002"