ChargebeeAPI

List Omnichannel subscriptions

Try in API Explorer

Returns a list of omnichannel_subscription .

Sample Request

URL Format

GET https://[site].chargebee.com/api/v2/omnichannel_subscriptions

Filter Params

For operator usages, see the Pagination and Filtering section.
source[<operator>]

optional, enumerated string filter

To filter based on OmnichannelOneTimeOrder Source. Possible values are : apple_app_store, google_play_store.

Supported operators : is, is_not, in, not_in

Example → source[is_not] = "apple_app_store"

Supported operators: is, is_not, in, not_in
customer_id[<operator>]

optional, string filter

Chargebee Customer External Identifier. Supported operators : is, is_not, starts_with

Example → customer_id[is] = "8gsnbYfsMLds"

Supported operators: is, is_not, starts_with

Returns

next_offsetoptional, string, max chars=1000

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.

omnichannel_subscriptionOmnichannel subscription object

Resource object representing Omnichannel subscription