This API retrieves the list of hosted page resources.
Sample Request
URL Format
Input Parameters
Filter Params
optional, string filter
Unique identifier generated for each hosted page requested. Supported operators : is, is_not, starts_with, in, not_in
Example → id[is] = "Edi69nxpu6BeGBd9Fjcd0tqCSwb0sRcuKa"
optional, enumerated string filter
Type of the requested hosted page. Possible values are : checkout_new, checkout_existing, update_payment_method, manage_payment_sources, collect_now, extend_subscription, checkout_one_time, pre_cancel.
Supported operators : is, is_not, in, not_in
Example → type[is_not] = "checkout_new"
optional, enumerated string filter
Indicating the current state of the hosted page resource. Possible values are : created, requested, succeeded, cancelled, acknowledged.
Supported operators : is, is_not, in, not_in
Example → state[is] = "succeeded"
Returns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.