List Followups
Followups API
List Followups
Retrieve a paginated list of followups for your company
GET
List Followups
Overview
This endpoint returns a paginated list of all followup activities for debts belonging to your company. You can filter by status, type, date range, and other criteria.Authentication
Requires a valid OAuth 2.0 access token with thefollowups:read scope.
Request
Bearer token for authentication
Query Parameters
Page number for pagination
Number of items per page (maximum 100)
Filter by followup status. Use simple string values:
on_hold, scheduled, in_progress, sent, delivered, deal_found, no_answer, deal_not_found, bad_behavior, failed, cancelledFilter by followup type:
call, email, sms, whatsapp, voicemail, manual_call, physical, postmailFilter followups from this date (YYYY-MM-DD)
Filter followups to this date (YYYY-MM-DD)
Filter followups for a specific debt (encrypted ID)
Example Request
Response
Always
false for successful requestsArray of followup objects
Pagination metadata
Success Response
Error Responses
Rate Limiting
This endpoint is subject to rate limiting. See the Rate Limits documentation for details. Rate Limit: 1,000 requests per hourRelated Endpoints
- Get Followup - Get details of a specific followup
- Create Followup - Create a new followup
- Update Followup - Update an existing followup
- List Followups by Debt - Get followups for a specific debt