Consider this scenario: I have an integration API that communicates with Clio. There are several clients (unique Clio accounts) each with different users that will integrate with the API aka the Clio Application.
I want to use the Clio webhooks but should I create a new webhook for each authorised user or can I have one per client? The Webhook is created using a user's access token and is therefore tied to the access token. However, other users within the same Clio account with authorisation to the same event will trigger all the webhooks?
Can I register 1 wehbook per client or is it per user?