| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

---

### Parameters

- **product_id**  
  string  
  Returns the notifications for the provided product_id.

- **account_id**  
  string  
  Returns the notifications for the provided account_id.

- **notification_type**  
  string  
  Comma-separated list of notification types to filter by (no whitespaces).

- **status**  
  string  
  Comma-separated list of notification statuses to filter by (no whitespaces).

- **effective_at_after**  
  string  
  Returns notifications with an `effective_at` date more recent (or equal) than the timestamp passed as a value. Due to format constraints, it is highly recommended to encodeURIComponent() the value before passing it as a query parameter.

- **effective_at_before**  
  string  
  Returns notifications with an `effective_at` date older (or equal) than the timestamp passed as a value. Due to format constraints, it is highly recommended to encodeURIComponent() the value before passing it as a query parameter.

### Responses:

- **`200`**  
  Returns a list of scheduled notifications.

- **`400`**  
  Your request is invalid.

- **`404`**  
  Entity not found.

- **`422`**  
  Validation Error

- **`500`**  
  A server error has occurred.

### Example Request:

```bash
curl --request GET \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/core/v1/notifications \
     --header 'accept: application/json'
```

### Click `Try It!` to start a request and see the response here!
