Skip to main content

Create an export of unlocked leads for the given customerId

POST/customers/{customerId}/unlocked-leads-export/
v2
POST
leadfyndr-create-leads-export

Request

  • customerIdstring
    required

Responses

application/json
  • contentBase64string
    required

    The base64 encoded csv content of the export.

  • exportIdstring
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"exportAllLeads":true,"fieldKeys":["domain"]}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/customers/string/unlocked-leads-export