# Notifications

## Get Notification

 - [GET /v1/notifications/get/{notificationId}](https://docs.synqly.com/api-reference/connectors/notifications/notifications_get_message.md): Returns the Notification object matching {notificationId} from the token-linked Integration.

Operation ID: notifications_get_message

## Create Notification

 - [POST /v1/notifications/create](https://docs.synqly.com/api-reference/connectors/notifications/notifications_create_message.md): Creates a Notification object in the token-linked Integration.

Operation ID: notifications_create_message

## Clear Notification

 - [POST /v1/notifications/clear/{notificationId}](https://docs.synqly.com/api-reference/connectors/notifications/notifications_clear_message.md): Resolves a Notification object in the token-linked Integration.

Operation ID: notifications_clear_message

