- Browser and public SDK calls use X-ErrorNotifier-Key with the project public key.
- Server-side release, deploy, and artifact calls use Authorization: Bearer <secret key>.
- REST namespace: /wp-json/errornotifier/v1.
- Create reusable domain proof with POST /domain-verifications, GET /domain-verifications/{id}, and POST /domain-verifications/{id}/check.
- Create events with POST /store or /envelope.
- Create releases with POST /releases and deploys with POST /deploys.
curl -H "X-ErrorNotifier-Key: enpk_xxx" -d "{\"message\":\"test\"}" /wp-json/errornotifier/v1/store