Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Contact Excel
  • Omni
  • Contact APIs
  • NameSpace
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Delete
      DELETE
  • Address
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Retrieve
      GET
    • Delete
      DELETE
  • Bank
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Retrieve
      GET
    • Delete
      DELETE
  • Props
    • Update Props
      PUT
    • Get Props
      GET
    • Delete Props
      DELETE
  • Relation
    • Create
      POST
    • Update
      PATCH
    • List
      GET
    • Retrieve
      GET
    • Delete
      DELETE
  • Contact
    • Create
    • Update
    • List
    • Retrieve
    • Dedupe
    • Active
    • Inactive
    • Reject
    • Approve
  • Contact Excel
    • Export Contacts to Excel
      GET
    • Download Contact Excel Template
      GET
    • Import Contacts from Excel
      POST
  • BulkOps Tracking
    • Get BulkOps Status
  1. Contact Excel

Export Contacts to Excel

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/api/contacts/export-excel/
Last modified:2025-09-13 13:10:10
Export contacts and related data (banks, addresses, relations) to a multi-sheet Excel file. Supports filtering parameters.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://preprod.api.crego.io/api/contacts/export-excel/' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Excel file download successful
Headers

Body

Example
<?xml version="1.0" encoding="UTF-8"?>
<root>string</root>
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error
Modified at 2025-09-13 13:10:10
Previous
Approve
Next
Download Contact Excel Template
Built with