On this page
No Headings
A list of webhook lookups.
objectwebhooks_lookupsarrayAn array of webhook lookups.
itemsobjectThe webhook lookup details.
idstringThe ID of the webhook lookup.
client_idstring^(?!\d+$)\w+\S+The application client ID.
linksarrayAn array of request-related HATEOAS links.
itemsobjectThe request-related HATEOAS link information.
hrefrequiredstringThe complete target URL. To make the related call, combine the method with this URI Template-formatted link. For pre-processing, include the $, (, and ) characters. The href is the key HATEOAS component that links a completed call with a subsequent call.
relrequiredstringThe link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. See Link Relations.
methodstring"GET", "POST", "PUT", "DELETE", "HEAD", "CONNECT", "OPTIONS", "PATCH"The HTTP method required to make the related call.