Subscriptions

List group subscriptions

Return subscription details for a group visible to the authenticated user.

get/api/v1/groups/subscriptions/{id}/

Path parameters

idinteger required

Numeric resource ID.

Response

The request succeeded and returned endpoint-specific data.

successboolean
messagestring nullable

Optional informational message returned by some endpoints.

Example response

{
  "success": true
}

Changes