Skip to main content
GET
/
v2
/
importcrm
Start CRM Import
curl --request GET \
  --url https://app.closerx.ai/api/v2/importcrm/ \
  --header 'Company-Name: <company-name>' \
  --header 'api_key: <api-key>'
{
  "task_id": "bac14e1c-b9ee-48a8-bbb1-311682f7ab93",
  "status": "Import task has been started."
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Response

CRM import task initiated

task_id
string

Unique task ID of the CRM import process

Example:

"bac14e1c-b9ee-48a8-bbb1-311682f7ab93"

status
string

Status message of the import task

Example:

"Import task has been started."