Agency Group Webhook Settings

Creates or Updates webhook settings

put/agency-group/{agency_group_id}/settings/webhook

Request body

oauth_client_idstring required

the OAuth Client Id to use for the Agency Group

notify_same_oauth_clientboolean required

If true, we always try to send the notifcation on subscription; if false, we first check if the action was performed by the OAuth client for this subscription and if so we do not send that notification.

Response

the modified Agency Group web hook settings

oauth_client_idstring required

the OAuth Client Id to use for the Agency Group

notify_same_oauth_clientboolean required

If true, we always try to send the notifcation on subscription; if false, we first check if the action was performed by the OAuth client for this subscription and if so we do not send that notification.

__vinteger required

The document version

_idstring required

the id of the webhook setting

created_atstring date-time required
updated_atstring date-time required
agency_group_idstring required

The id of the agency group

Changes

No recorded changes to this endpoint across all 1 revision of this API.