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/sale-status
/api/v1/file-data/sale-status?api_token=YOUR_API_TOKEN
{
"success": true,
"message": "Sales Listing",
"data": [
{
"id": 1,
"team_id": 1,
"code": "Lead",
"full_description": "Lead - Pending MQL",
"short_description": "Lead Pending MQL",
"load_order": 1,
"locked": 0,
"pipeline": 0,
"contract": 0,
"dead": 0,
"phase": null,
"comment": 0,
"color": "/docs/1.0/SaleStatus#000000",
"created_at": "2020-12-02T11:17:43.000000Z",
"updated_at": "2020-12-02T11:17:43.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 2,
"team_id": 1,
"code": "SACTV",
"full_description": "Active (6 Months)",
"short_description": "Active",
"load_order": 2,
"locked": 0,
"pipeline": 1,
"contract": 0,
"dead": 0,
"phase": 1,
"comment": 0,
"color": "/docs/1.0/SaleStatus#b642f5",
"created_at": "2020-12-02T11:17:43.000000Z",
"updated_at": "2020-12-02T11:17:43.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 3,
"team_id": 1,
"code": "SWARM",
"full_description": "Warm (90 day)",
"short_description": "Warm",
"load_order": 3,
"locked": 0,
"pipeline": 1,
"contract": 0,
"dead": 0,
"phase": 1,
"comment": 0,
"color": "/docs/1.0/SaleStatus#ffe863",
"created_at": "2020-12-02T11:17:43.000000Z",
"updated_at": "2020-12-02T11:17:43.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 4,
"team_id": 1,
"code": "SHOT",
"full_description": "Hot (60 Days)",
"short_description": "Hot",
"load_order": 4,
"locked": 0,
"pipeline": 1,
"contract": 0,
"dead": 0,
"phase": 1,
"comment": 0,
"color": "/docs/1.0/SaleStatus#f21818",
"created_at": "2020-12-02T11:17:43.000000Z",
"updated_at": "2020-12-02T11:17:43.000000Z",
"legacy_id": null,
"deleted_at": null
},
{
"id": 5,
"team_id": 1,
"code": "SCTBS",
"full_description": "CTBSigned",
"short_description": "CTBSigned",
"load_order": 5,
"locked": 0,
"pipeline": 1,
"contract": 0,
"dead": 0,
"phase": 1,
"comment": 0,
"color": "/docs/1.0/SaleStatus#1a16fa",
"created_at": "2020-12-02T11:17:43.000000Z",
"updated_at": "2020-12-02T11:17:43.000000Z",
"legacy_id": null,
"deleted_at": null
}
]
}