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 the followups:read scope.

Request

string
required
Bearer token for authentication
string
required
The encrypted ID of the debt to get followups for

Query Parameters

integer
default:"1"
Page number for pagination
integer
default:"20"
Number of items per page (maximum 100)

Example Request

Response

boolean
Always false for successful requests
array
Array of followup objects for the specified debt
object
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