Webhooks
Subscribe to a webhook event
Subscribe to a specific event or all entity events on the Benji Platform
POST
The Bearer token to be used on this API is your partner access token
Your endpoint URL that will receive the event webhooks
The event you are subscribing to. Note that if an event is not specified, all events for the entity type specified will be subscribed to.
Integer representing an enum of one of the following entity type values to subscribe to :
If you do not specify an entity type or an event, you will be subscribing to all webhook events with the provided endpoint
Return values
A true or false value indicating whether the subscription was succesfull.