Clears the cache for web-integrations api requests.
Creates a web integration.
Creates a web integration.
an object with the body content
Optional
options: ApiCallOptionsDeletes a single web integration by ID.
Deletes a single web integration by ID.
The ID of the web integration to delete.
Optional
options: ApiCallOptionsRetrieves a single web integration by ID.
Retrieves a single web integration by ID.
The ID of the web integration to retrieve.
Optional
options: ApiCallOptionsRetrieves web integrations matching the query.
Retrieves web integrations matching the query.
an object with query parameters
Optional
endingBefore?: stringThe target web integration ID to start looking before for web integrations. Cannot be used in conjunction with startingAfter.
Optional
limit?: numberThe number of web integration entries to retrieve.
Optional
sort?: "name" | "-name" | "+name"The field to sort by. Prefix with +/- to indicate ascending/descending order.
Optional
startingAfter?: stringThe target web integration ID to start looking after for web integrations. Cannot be used in conjunction with endingBefore.
Optional
tenantId?: stringThe tenant ID to filter by.
Optional
options: ApiCallOptionsUpdates a single web integration by ID.
Updates a single web integration by ID.
The ID of the web integration to update.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for web-integrations api requests.