Authorizations
API key authentication using a Bearer token in the Authorization header.
Example: Authorization: Bearer YOUR_API_KEY
Query Parameters
Number of recovery actions to return per page (maximum 100)
1 <= x <= 100
Token for retrieving the next page of results
Filter recovery actions by subscription identifier
Filter recovery actions by invoice identifier
Filter recovery actions by transaction identifier
Field to order the results by
RECOVERY_ACTION_ORDER_BY_CREATED_AT
, RECOVERY_ACTION_ORDER_BY_IDEAL_RETRY_TIME
Direction to order the results
RECOVERY_ACTION_ORDER_DIRECTION_ASC
, RECOVERY_ACTION_ORDER_DIRECTION_DESC
Response
A successful response with list of recovery actions.
Response containing a list of recommended recovery actions with pagination support
List of recovery actions recommended by Slicker's optimization algorithms
Token for retrieving the next page of results. Empty if no more results.
"123"
Total number of recovery actions available across all pages
150