cURL
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." }
Initiates the CRM import task and returns a task ID and status message.
Schema name for multi-tenancy
CRM import task initiated
Unique task ID of the CRM import process
"bac14e1c-b9ee-48a8-bbb1-311682f7ab93"
Status message of the import task
"Import task has been started."