Get an Event Subscription
Retrieve an event subscription with the given ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The unique identifier for the event subscription
Response
OK
url
The webhook url where we'll send notifications.
id
The unique identifier for the event subscription
created_at
The date and time the event subscription was created
status
The status of the event subscription. This indicates if we’ll send notifications to this subscription
- active: subscription is active and events will be delivered normally
- disabled: subscription is temporarily disabled and events will not be delivered
- deleted: subscription has been deleted and events will not be delivered
- requires_attention: subscription has been disabled due to delivery failures and events will not be delivered
Allowed values:
category
The category of the event. This is useful for filtering events.
Event names follow the pattern {resource}.{event_type} where event_type is either created or updated. Status transitions (for example, a Donor Account moving to approved or rejected) are emitted as {resource}.updated events — fetch the object to read its current status.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

