API Reference

Change Limit Request API

Sample Response:

{
	"is_success": true,
	"data": {
		"line_change_id": "<line change id>"
}
}

Using the line change id, you can track the status of the line change, if it is approved or applied or not.

GET /api/v1/client/line/<lead_id>/change-limit/<line_change_id>

Sample Response:

{
    "is_success": true,
    "data": {
        "status": "<line change status: approved/rejected>",
        "rejection_reason": "<rejection reason if applicable and available>"
    }
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!