API reference

Download spec
get

List notification events

Returns recent notification delivery events for polling integrations. Use this to inspect what was sent and when without configuring a webhook receiver.

Required API key scope
notifications:read
/api/v1/team/notifications/events

Code samples

curl --request GET \
  --url https://api.emailguard.co/api/v1/team/notifications/events \
  --header 'Authorization: Bearer YOUR_API_KEY'

Parameters

This endpoint has no parameters.

Responses

200
OK
OK
codestringrequired

Machine-readable status code (for example OK or INVALID_BODY).

datastring[]
itemsstring
messagestring

Human-readable detail when the code is not OK.

401
Unauthorized
Unauthorized
codestringrequired

Machine-readable status code (for example OK or INVALID_BODY).

messagestring

Human-readable detail when the code is not OK.

403
Forbidden
Forbidden
codestringrequired

Machine-readable status code (for example OK or INVALID_BODY).

messagestring

Human-readable detail when the code is not OK.