Create Export

Requests an asynchronous CSV export of a completed verification bulk. One file is generated per entity. The company is always taken from the API key, never from the request body.

Requests are idempotent: the same bulk_id with the same entities returns 202 with the same export_id instead of generating a duplicate. A failed or expired export can be requested again.

When the files are ready, the export.completed webhook event is sent (no download links in the event). Webhooks created before this feature launched must subscribe to the event via PATCH /webhooks/{webhook_id}.

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

A completed verification bulk that belongs to your account.

entities
array of strings
required
length ≥ 1

Entities to export; one CSV file is generated per entity. Order and duplicates are ignored.

entities*
Allowed:
Responses

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