Export customers (synchronous CSV)
GET/api/v1/exports/people
Generates and returns the customers CSV inline (text/csv; charset=utf-8 with BOM, Content-Disposition: attachment). Columns: nome, documento, tipo_documento, email, telefone, classificacao, external_id, tags, criado_em. Capped at 10k rows; beyond that use the asynchronous export (POST /exports/jobs).
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
CSV file (text/csv; charset=utf-8 with BOM so Excel renders accents correctly; Content-Disposition: attachment).
Missing, invalid, expired or revoked API key.
The key lacks the scope required by this operation.
Resource not found or outside your organization.
Rate limit exceeded. Wait and retry.
Internal error. Retry; if it persists, contact support.