# Get unread notifications for an ambassador (platform) **GET /platform/ambassadors/{id}/notifications** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The ambassador id ## Responses ### 200 Returns the unread notifications for the ambassador #### Body: application/json (array[object]) - **id** (string(uuid)) - **type** (string) - **data** (object) - **read_at** (string(date-time)) ### 403 Forbidden - You don't have permission to access this route ### 404 Not Found - Ambassador not found [Powered by Bump.sh](https://bump.sh)