# List notifications **GET /v1/spotMembers/{spotMemberId}/notifications** List notifications ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **spotMemberId** (string) The id of the Spot member ### Query parameters - **before** (string) To list elements before a specific ID - **after** (string) To list elements after a specific ID - **limit** (number) The limit of results to be returned - **types[in]** (array[string]) The types of notifications to include in the result - **isRead[eq]** (boolean) List notifications read or unread ## Responses ### 200 Notifications returned successfully #### Body: application/json (object) - **items** (array[object]) The items found - **hasMore** (boolean) Indicate if more items are available ### 400 Malformed payload ### 404 Spot member not found [Powered by Bump.sh](https://bump.sh)