get
https://production-api.shoutaboutus.com/api/v1/partner/error-notifications/details
Get the full raw record of a single error notification and, if it belongs to the caller's company and is still unread, marks it as notified.
Auth: Partner — authentication, under the partner prefix. notification_id must be the id of an existing notification. The endpoint marks the record as notified only when it belongs to your own company; otherwise it comes back unchanged.
Rate limit: No rate limit.
Request
- Query:
notification_id(integer, required) — must be a known notification.
Response — { data. } envelope wrapping the raw EmailNotification model:
status(string) — literalsuccess.data(object) — the EmailNotification row. Fields includeid,company_id,store_id,review_site_id,type,recipients,subject,content,grouped_ids,resolved(bool),resolved_at,notified(bool),notified_at,status,created_at,updated_at, plus appendedaccount_id(int|null, from brand_id).brand_idis not included in the response.
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
