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

Download Contact Excel Template

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/api/contacts/sample-excel/
Last modified:2025-09-13 13:10:10
Download a sample Excel template with headers for contact import. Contains multi-sheet template with all required fields.

Request

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

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/sample-excel/' \
--header 'Authorization: Bearer <token>'

Responses

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

Body

Example
<?xml version="1.0" encoding="UTF-8"?>
<root>string</root>
🟠401Unauthorized
🟠403Forbidden
Modified at 2025-09-13 13:10:10
Previous
Export Contacts to Excel
Next
Import Contacts from Excel
Built with