跳到主要内容

Get webhooks

GET 

{baseUrl}/api/2.0/settings/webhook

Returns a list of the tenant webhooks.

Responses

List of tenant webhooks with their config parameters

Schema
    configs object
    idint32

    ID

    Example: 9846
    namestringnullable

    Name

    Example: Winfield Upton
    uristringnullable

    URI

    Example: some text
    secretKeystringnullable

    Secret key

    Example: some text
    enabledboolean

    Specifies if the webhooks are enabled or not

    Example: true
    sslboolean

    SSL

    Example: true
    statusint32

    Status

    Example: 1234

Authorization: asc_auth_key

name: asc_auth_keytype: apiKeyscopes: read,writein: cookie
curl -L '/api/2.0/settings/webhook' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Auth
ResponseClear

Click the Send API Request button above and see the response here!