| Key | Type | Optional | Description |
|---|---|---|---|
| reviewed_at | datetime | yes | Time when the alert has been reviewed (accepted or rejected) |
| Parameter | Type | Description |
|---|---|---|
| id | integer | Alert ID |
| Status | Description |
|---|---|
404 | Alert not found |
{
"alert": {} // Alert - see: 'Alert model'
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/operations/alerts/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'X-Store-Id;'{}