Error notifications

Operational-monitoring inbox for the partner: failed scrapes, missing credentials, throttled API quotas.

Operational-monitoring inbox for the partner: failed scrapes, missing credentials, throttled API quotas. Notifications can be listed (filtered by status bucket), inspected in detail, annotated with notes, bulk-transitioned, and re-emailed to the on-call admin.

Prerequisites

  • A bearer token in the Authorization header. Any endpoint that needs no token says so on its own page.
  • The id of each record the call targets. Every endpoint page lists the ids it needs.

Errors

StatusMeaning
401The bearer token is missing, expired or invalid
403The token is valid but the record sits outside your account
422The request failed validation — the response names the fields
500Unexpected server error

Individual endpoints may return more; each page lists its own.

Endpoints

List error notifications

GET — Get a paginated, sortable, searchable list of the partner's error/monitoring notifications, filtered by lifecycle state (open / acknowledged / resolved).

Open →

Get notification details

GET — Get the full raw record of a single error notification and, if it belongs to the caller's company and is still unread, mark it as notified.

Open →

List notes on a notification

GET — Get a paginated list of notes attached to a given error notification, newest-updated first.

Open →

Add a note

POST — Add a free-text note to an error notification.

Open →

Delete a note

POST — Delete a single note from an error notification.

Open →

Bulk update notification status

POST — Bulk-updates the lifecycle status of one or more error notifications, marking them acknowledged or resolved.

Open →

Send alert email

POST — Send the error-notification alert email, either to the store's configured response-posting error recipients (email_to=admin) or to a custom address (email_to=other).

Open →


Did this page help you?