get https://public-api.demo.spendesk.com/v1/experimental/webhooks/
Allowed Scopes: experimental:webhooks:read
Get a single webhook instance for the company in question.
Webhook instances are disabled either manually by API requests or by Spendesk if third level retries are exhausted.
If the instance is re-enabled it will resume handling webhooks from the point it was re-enabled.
Any events in between this window should be fetched from the resource in question directly.
liveMode
indicates if the event came from the production environment.
This can be useful if the same endpoints are used to handle both non-prod and prod webhooks.
In the case of this being false
the event can be considered as a test event if integrations wish to do so.