Pre-Qualification - Relate & Connect

Here you find all available endpoints related to Followup CRM Pre-Qualification - Relate & Connect. 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

GET /api/v1/file-data/pre-qualification/relate-and-connect

Path Parameters

Key Description Default
api_token
string | REQUIRED
The API token generated throught UI interface on Followup CRM platform. None

Examples


Request Example

/api/v1/file-data/pre-qualification/relate-and-connect?api_token=YOUR_API_TOKEN


Response

{
    "success": true,
    "message": "Pre-Qualification Relate and Connect Listing",
    "data": [
        {
            "id": 2,
            "team_id": 179,
            "code": "RC # 2",
            "short_description": "RC # 2",
            "full_description": "RC # 2",
            "load_order": 1
        },
        {
            "id": 1,
            "team_id": 179,
            "code": "RC # 1",
            "short_description": "RC # 1",
            "full_description": "RC # 1",
            "load_order": 2
        }
    ]
}