# Get all notifications **GET /api/v1/notifications** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[read]** (boolean) Filter notifications by if they have been marked as read or not. leave blank to get both read and unread notifications - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: 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)