# Get Subscribed Notifications Retrieves all active webhook subscriptions on the account. Endpoint: GET /core/v1/notifications Version: 1.3.1 Security: BasicAuth ## Response 200 fields (application/json): - `subscriptions` (array) - `subscriptions.active` (boolean, required) - `subscriptions.createDate` (string, required) - `subscriptions.eventName` (string, required) - `subscriptions.id` (integer, required) - `subscriptions.updateDate` (string,null, required) - `subscriptions.url` (string, required) ## Response 401 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Unauthorized" ## Response 429 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Rate Limit Exceeded" ## Response 500 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error. Example: "Internal Server Error" - `details` (string,null) Additional context or information about the error. Example: "Something went wrong."