Skip to main content

Get unlocked leads export history for the given customerId

GET/customers/{customerId}/unlocked-leads-exports/
v2
GET
leadfyndr-get-leads-export-history

Request

  • customerIdstring
    required

Responses

Response headers

  • X-Pagination-Limitinteger

    The limit used to select the resources for the response

  • X-Pagination-Skipinteger

    The number of skipped items

  • X-Pagination-Pagenumber

    The calculate page of the list response. Refer to parameters to learn more.

  • X-Pagination-TotalCountinteger

    The total amount of items available in the remote ressource. Use this value in combination with the limit to calculate the available pages.

application/json

A list of unlocked leads exports.

  • Array[
  • *object
    • customerIdstring
      required
    • exportIdstring
      required
    • exportedAtstring (date-time)
      required
    • exportedByobject
      • avatarRefIdstring
      • personobject
        • firstNamestring
          required
        • lastNamestring
          required
      • userIdstring
        required
    • leadCountinteger (int32)
      required

      The number of leads included in the export.

  • ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/customers/string/unlocked-leads-exports?limit=50&page=1&sort=exportedAt&order=asc