Clears the cache for web-integrations api requests.
Creates a web integration.
Creates a web integration.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes a single web integration by ID.
Deletes a single web integration by ID.
The ID of the web integration to delete.
Optionaloptions: ApiCallOptionsRetrieves a single web integration by ID.
Retrieves a single web integration by ID.
The ID of the web integration to retrieve.
Optionaloptions: ApiCallOptionsRetrieves web integrations matching the query.
Retrieves web integrations matching the query.
an object with query parameters
OptionalendingBefore?: stringThe target web integration ID to start looking before for web integrations. Cannot be used in conjunction with startingAfter.
Optionallimit?: numberThe number of web integration entries to retrieve.
Optionalsort?: "name" | "-name" | "+name"The field to sort by. Prefix with +/- to indicate ascending/descending order.
OptionalstartingAfter?: stringThe target web integration ID to start looking after for web integrations. Cannot be used in conjunction with endingBefore.
OptionaltenantId?: stringThe tenant ID to filter by.
Optionaloptions: 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
Optionaloptions: ApiCallOptions
Clears the cache for web-integrations api requests.