Get all society subscription

Groups

To understand the groups parameter and the customization of API responses, please refer to the groups page.

List of groups
  • subscriber - retrieve information about the subscriber

  • subscription - retrieve information about the subscription

Filters

To understand the filters parameter and the customization of API responses, please refer to the filters page.

List of filters
  • id - to filter by the unique identifier.

  • subscription.societyId - to filter by the subscription society ID.

  • subscriber.societyId - to filter by the subscriber society ID.

  • active - to filter by the active status.

  • createdAt - to filter by the creation date.

Get all society subscriptions

get

Get all society subscriptions

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
page[cursor]stringOptional
page[limit]any · min: 2 · max: 200Optional
order[column]stringOptionalExample: column_name
order[direction]stringOptionalExample: asc|desc
Responses
get
/society-subscription

Last updated