A valid request URL is required to generate request examples{
"promises": [
{
"id": "<string>",
"promise_type": "<string>",
"promise_text": "<string>",
"status": "<string>",
"expected_by": "<string>",
"promised_at": "<string>",
"broken_at": "<string>",
"overdue": true,
"days_overdue": 123,
"denial_id": "<string>",
"case_ref": "<string>",
"insurer_name": "<string>",
"procedure_code": "<string>",
"escalation_action": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
},
"stats": {
"total_active": 123,
"overdue": 123,
"broken": 123,
"due_today": 123,
"fulfillment_rate": 123
}
}Returns pending and recent callback promises across users.
A valid request URL is required to generate request examples{
"promises": [
{
"id": "<string>",
"promise_type": "<string>",
"promise_text": "<string>",
"status": "<string>",
"expected_by": "<string>",
"promised_at": "<string>",
"broken_at": "<string>",
"overdue": true,
"days_overdue": 123,
"denial_id": "<string>",
"case_ref": "<string>",
"insurer_name": "<string>",
"procedure_code": "<string>",
"escalation_action": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
},
"stats": {
"total_active": 123,
"overdue": 123,
"broken": 123,
"due_today": 123,
"fulfillment_rate": 123
}
}