v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Webhooks

Get Webhooks

This request returns your Webhooks configured for Limble.

Return data description

Property: webhhokID, Description: The ID of the Webhook Property: endpoint, Description: The webhook URL. Property: type, Description: The type of webhook. Webhooks can be of type task, po, poItem. Property: enabled, Description: Determines if the webhook is enabled. 0 = Disabled 1=Enabled

get/v2/webhooks

Query parameters

webhooksinteger

This parameter is used to only get specific Webhooks. This parameter expects a comma delimited list of webhookIDs.

endpointstring

This parameter is used for a string search by the webhook endpoint. This parameter expects a URL or partial URL of a webhook using a string with the wildcard %.

typestring

This parameter is used to only get Webhooks of a specific type. This parameter accepts a comma delimited list of webhook types.

enabledinteger

This parameter is used to get Webooks which are enabled. This paramter expects 1: Enabled or 0: Disabled

cursorinteger

This parameter is a cursor that selects what webhookID you want to start receiving results at. e.g. passing 10 here will only get you webhooks with an id greater than 10.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

Response

Get Webhooks

webhookIDinteger
endpointstring uri
typestring
enabledinteger