# Get a notification **GET /api/v1/notifications/{id}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters #### Path parameters - **id** (string) The ID of the notification. ## Responses ### 200: #### Body Parameters: application/json (object) - **uuid** (string) Notification UUID - **created_at** (string) Timestamp of when the notification was created - **updated_at** (string) Timestamp of when the notification was updated - **read_at** (string) Timestamp of when the notification was read - **data** (object) array of data that was sent on the notification - **type** (string) type of notification sent - **notifiable** (object) the notifiable model to notification is attached to, in most cases an Account - **triggered_by** (object) the account that triggered this notification [Powered by Bump.sh](https://bump.sh)