Docs

Get Subscriptions

GET /subscriptions

GET/subscriptions

Returns all active subscriptions for the authenticated user. A subscription represents the user's choice to follow a specific subject entity and receive notifications when events occur on it.

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <token>OptionalAuthenticate via OAuth2 in Bruno.

Response

Returns a list of subscription objects.

FieldTypeDescription
idGuidUnique subscription ID.
userIdGuidThe subscribing user.
subjectTypestringType of the subject being followed (e.g. Area, Task).
subjectIdGuidID of the subject entity.
organizationIdGuidOrganization context.
eventIdGuid| nullEvent context. Null for org-level subscriptions.
statusstringCurrent subscription status (e.g. Active, Muted).
createdAtDateTimeWhen the subscription was created.
updatedAtDateTimeWhen the subscription was last modified.