Here you find all available endpoints related to Followup CRM Pre-Qualification - Decision Process. 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/pre-qualification/decision-process
Key | Description | Default |
---|---|---|
api_token string | REQUIRED |
The API token generated throught UI interface on Followup CRM platform. | None |
/api/v1/file-data/pre-qualification/decision-process?api_token=YOUR_API_TOKEN
{
"success": true,
"message": "Pre-Qualification Decision Process Listing",
"data": [
{
"id": 1,
"team_id": 179,
"code": "DP # 1",
"short_description": "DP # 1",
"full_description": "DP # 1",
"load_order": 0
},
{
"id": 2,
"team_id": 179,
"code": "DP # 2",
"short_description": "DP # 2",
"full_description": "DP # 2",
"load_order": 0
}
]
}