Fetch Webhooks

Fetches an object via webhook.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the webhook to fetch the object for.
objectstringRequiredformat: "id"
The ID of the object to fetch for the webhook.

Response

The response to fetching an object for a webhook.

Errors