Lead Save
Last updated
Last updated
GET /lead/save HTTP/1.1
Host: api.taag.co
Accept: */*
{
"status": "success",
"saved_leads": [
{
"id": 3178,
"user_id": 21140,
"profile_id": null,
"company_id": 385,
"device_id": null,
"contact_group_id": null,
"name": "Test Auto Sync",
"job": "",
"company": "TESTAUTOSYNC INC.",
"phone": "",
"email": "[email protected]",
"url": "",
"address": "",
"image": null,
"description": "",
"type": "lead",
"file": null,
"fav": null,
"timestamp": 1723185083,
"data_consent_given": 1,
"token": "3178-GFw2anHV5ziTODhWmQEmDHTf4cyr5O0o",
"profile_name": null,
"image_profile": null,
"profile_job": null,
"device_description": null,
"device_profile_id": null,
"device_redirect": null,
"labels": [
"test1"
],
"connected_device": [
{}
],
"connected_profile": null
}
]
}POST /lead/save HTTP/1.1
Host: api.taag.co
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"leads": [
1
]
}{
"status": "success",
"saved_leads": [
{
"id": 3178,
"user_id": 21140,
"profile_id": null,
"company_id": 385,
"device_id": null,
"contact_group_id": null,
"name": "Test Auto Sync",
"job": "",
"company": "TESTAUTOSYNC INC.",
"phone": "",
"email": "[email protected]",
"url": "",
"address": "",
"image": null,
"description": "",
"type": "lead",
"file": null,
"fav": null,
"timestamp": 1723185083,
"data_consent_given": 1,
"token": "3178-GFw2anHV5ziTODhWmQEmDHTf4cyr5O0o",
"profile_name": null,
"image_profile": null,
"profile_job": null,
"device_description": null,
"device_profile_id": null,
"device_redirect": null,
"labels": [
"test1"
],
"connected_device": [
{}
],
"connected_profile": null
}
]
}