Get Followups by Debt
Followups API
Get Followups by Debt
Retrieve all followups for a specific debt
GET
Get Followups by Debt
Overview
This endpoint returns a paginated list of all followup activities associated with a specific debt. This is useful for getting the complete communication history for a particular debtor.Authentication
Requires a valid OAuth 2.0 access token with thefollowups:read scope.
Request
Bearer token for authentication
The encrypted ID of the debt to get followups for
Query Parameters
Page number for pagination
Number of items per page (maximum 100)
Example Request
Response
Always
false for successful requestsArray of followup objects for the specified debt
Pagination metadata
Success Response
Use Cases
This endpoint is particularly useful for:- Complete Communication History: Get all interactions with a specific debtor
- Timeline Analysis: Understand the progression of collection efforts
- Performance Tracking: Analyze success rates for different followup types
- Compliance: Maintain complete records of collection activities
Error Responses
Related Endpoints
- List Followups - Get all followups
- Get Followup - Get specific followup details
- Get Debt - Get the associated debt information