Optional
configuration: ConfigurationCreates a Webhook Endpoint.
Create a Webhook Endpoint
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Deletes a Webhook Endpoint. This cannot be undone.
Delete a Webhook Endpoint
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Retrieves the details of an existing Webhook Endpoint.
Get a Webhook Endpoint
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Returns a list of Webhook Endpoints. The Webhook Endpoints are sorted with the most recently created appearing first.
List all Webhook Endpoints
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Updates the Webhook Endpoint by setting the values of the provided parameters. Any parameters not provided will be left unchanged.
Update a Webhook Endpoint
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Generated using TypeDoc
WebhookEndpointsApi - axios parameter creator
Export