List recovery actions
List the recovery actions executed by Slicker for the given parameters.
Authorizations
API key authentication using a Bearer token in the Authorization header.
You can find and manage your API keys at https://auth.slickerhq.com/org/api_keys.
Example: Authorization: Bearer YOUR_API_KEY
Query Parameters
Number of recovery actions to return per page. Maximum value is 100. Defaults to 100 if not specified or if value is less than 1.
x <= 100
Token for retrieving the next page of results. Use the nextPageToken
from a previous response.
Filter recovery actions by the subscription ID in your billing system. E.g. the Chargebee subscription ID.
Filter recovery actions by the invoice ID in your billing system. E.g. the Chargebee invoice ID.
Filter recovery actions by the customer ID in your billing system. E.g. the Chargebee customer ID.
Filter recovery actions by card country. Must be a valid ISO 3166 alpha-2 country code (e.g., US, IN, GB).
Filter recovery actions by currency. Must be a valid ISO 4217 currency code (e.g., USD, EUR, GBP).
Filter recovery actions executed after this date and time (inclusive). Use ISO 8601 format with UTC timezone. Example - 2024-01-15T10:30:00Z
Filter recovery actions executed before this date and time (inclusive). Use ISO 8601 format with UTC timezone. Example - 2024-01-31T23:59:59Z
Field to sort results by. Valid options are "executed_at", "created_at", or "updated_at".
executed_at
, created_at
, updated_at
Sort order direction. Must be either "asc" for ascending or "desc" for descending. Defaults to "desc".
asc
, desc
Response
A successful response.
The response is of type object
.