curl --request POST \
--url https://platform.swipelux.com/v3/customers/{customerId}/export \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: <idempotency-key>' \
--header 'X-API-Key: <api-key>' \
--data '
{
"format": "json_basic_data"
}
'{
"id": "cus_01JINDIVIDUAL",
"type": "individual",
"externalId": null,
"individual": {},
"financialProfile": {},
"metadata": {},
"createdAt": "2026-07-15T18:20:00.000Z",
"updatedAt": "2026-07-15T18:20:00.000Z"
}Export customer data
Exports a customer in the requested format. json_basic_data returns the public v3 customer resource as a JSON attachment with profile and related-party data only. sumsub_share_token creates a one-time Sumsub share token for an approved individual customer; it requires forClientId and an Idempotency-Key.
curl --request POST \
--url https://platform.swipelux.com/v3/customers/{customerId}/export \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: <idempotency-key>' \
--header 'X-API-Key: <api-key>' \
--data '
{
"format": "json_basic_data"
}
'{
"id": "cus_01JINDIVIDUAL",
"type": "individual",
"externalId": null,
"individual": {},
"financialProfile": {},
"metadata": {},
"createdAt": "2026-07-15T18:20:00.000Z",
"updatedAt": "2026-07-15T18:20:00.000Z"
}Authorizations
Your Swipelux API key. Obtain this from the Swipelux Dashboard.
Headers
Required for every export. Reuse the same key and body to replay a sumsub_share_token; json_basic_data safely recomputes the direct download without storing a second copy of customer data.
1 - 255Path Parameters
Body
- Option 1
- Option 2
json_basic_data Response
Export produced. json_basic_data returns a JSON attachment; sumsub_share_token returns a token response.
- Option 1
- Option 2
- Option 3
Immutable cus_ customer identifier.
"cus_9y1zvKQvGWX0altPGIqM6O"
Developer correlation identifier using 1-256 printable ASCII characters.
1 - 256^[\x20-\x7E]+$Provider-neutral expected financial activity and funds-handling facts.
Show child attributes
Show child attributes
Developer-owned scalar metadata map with at most 50 entries.
Show child attributes
Show child attributes
individual Reusable progressively collected individual identity facts.
Show child attributes
Show child attributes