Here you find all available endpoints related to Followup CRM contacts. These endpoints are protected and you'll need an API Token.
In order to use the GET and POST requests, add to the header the following:
Key | Value |
---|---|
Content-Type | application/json |
Accept | application/json |
/api/v1/file-data/lead-from
/api/v1/file-data/lead-from?api_token=YOUR_API_TOKEN
{
"success": true,
"message": "Lead From Listing",
"data": [
{
"id": 1,
"team_id": 1,
"code": "MSCA",
"full_description": "MSCA",
"short_description": "MSCA",
"load_order": 0,
"locked": 0,
"created_at": "2020-12-02T11:17:44.000000Z",
"updated_at": "2020-12-02T11:17:44.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 2,
"team_id": 1,
"code": "FRSA",
"full_description": "FRSA",
"short_description": "FRSA",
"load_order": 0,
"locked": 0,
"created_at": "2020-12-02T11:17:44.000000Z",
"updated_at": "2020-12-02T11:17:44.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 3,
"team_id": 1,
"code": "Linked-In Prosp",
"full_description": "Linked-In Prospecting",
"short_description": "LinkedIn Prospecting",
"load_order": 0,
"locked": 0,
"created_at": "2020-12-02T11:17:44.000000Z",
"updated_at": "2020-12-02T11:17:44.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 4,
"team_id": 1,
"code": "IRE",
"full_description": "IRE",
"short_description": "IRE",
"load_order": 0,
"locked": 0,
"created_at": "2020-12-02T11:17:44.000000Z",
"updated_at": "2020-12-02T11:17:44.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 5,
"team_id": 1,
"code": "CC Referral",
"full_description": "Current Client Referral",
"short_description": "Current Client Referral",
"load_order": 0,
"locked": 0,
"created_at": "2020-12-02T11:17:44.000000Z",
"updated_at": "2020-12-02T11:17:44.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 6,
"team_id": 1,
"code": "G-Ads",
"full_description": "G-Ads",
"short_description": "GAds",
"load_order": 0,
"locked": 0,
"created_at": "2020-12-02T11:17:44.000000Z",
"updated_at": "2020-12-02T11:17:44.000000Z",
"legacy_id": null,
"deleted_at": null
}
]
}