Subscriptions

List Subscription Freezes

List all freeze periods for a specific subscription.

get/api/v2/subscriptions/{subscription_id}/freeze

Path parameters

subscription_idstring uuid required

Unique identifier (UUID) of the subscription

Unique identifier (UUID) of the subscription

Query parameters

pageinteger

Page number, defaults to 1.

Page number, defaults to 1.

limitinteger

Size of a page, defaults to 10. Maximum is 100.

Size of a page, defaults to 10. Maximum is 100.

sort_fieldstring nullable

Field to sort by, e.g., 'amount', 'scheduled_on'

Field to sort by, e.g., 'amount', 'scheduled_on'

sort_directionstring nullable

Sorting direction ('asc' or 'desc')

Sorting direction ('asc' or 'desc')

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.