Get notification 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) — literal success.
  • data (object) — the EmailNotification row. Fields include id, 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 appended account_id (int|null, from brand_id). brand_id is not included in the response.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Required

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json