New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

lusid-notifications-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lusid-notifications-sdk

FINBOURNE Notifications API

2.1.70
Maintainers
1

Documentation for API Endpoints

All URIs are relative to https://fbn-prd.lusid.com/notification

ClassMethodHTTP requestDescription
ApplicationMetadataApilist_access_controlled_resourcesGET /api/metadata/access/resourcesListAccessControlledResources: Get resources available for access control
DeliveriesApilist_deliveriesGET /api/deliveriesListDeliveries: List Deliveries
EventTypesApiget_event_typeGET /api/eventtypes/{eventType}GetEventType: Gets the specified event type schema.
EventTypesApilist_event_typesGET /api/eventtypesListEventTypes: Lists all of the available event types.
ManualEventApitrigger_manual_eventPOST /api/manualeventTriggerManualEvent: Trigger a manual event.
NotificationsApicreate_notificationPOST /api/subscriptions/{scope}/{code}/notificationsCreateNotification: Add a Notification to a Subscription.
NotificationsApidelete_notificationDELETE /api/subscriptions/{scope}/{code}/notifications/{id}DeleteNotification: Delete a notification for a given subscription.
NotificationsApiget_notificationGET /api/subscriptions/{scope}/{code}/notifications/{id}GetNotification: Get a notification on a subscription.
NotificationsApilist_notificationsGET /api/subscriptions/{scope}/{code}/notificationsListNotifications: List all notifications on a subscription.
NotificationsApiupdate_notificationPUT /api/subscriptions/{scope}/{code}/notifications/{id}UpdateNotification: Update a Notification for a Subscription
SubscriptionsApicreate_subscriptionPOST /api/subscriptionsCreateSubscription: Create a new subscription.
SubscriptionsApidelete_subscriptionDELETE /api/subscriptions/{scope}/{code}DeleteSubscription: Delete a subscription.
SubscriptionsApiget_subscriptionGET /api/subscriptions/{scope}/{code}GetSubscription: Get a subscription.
SubscriptionsApilist_subscriptionsGET /api/subscriptionsListSubscriptions: List subscriptions.
SubscriptionsApiupdate_subscriptionPUT /api/subscriptions/{scope}/{code}UpdateSubscription: Update an existing subscription.

Documentation for Models

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts