Skip to main content

events_transports_retrieve

GET 

/api/v3//events/transports/:uuid/

NotificationTransport Viewset

Request

Path Parameters

    uuid uuidrequired

    A UUID string identifying this Notification Transport.

Responses

Schema

    pk uuidrequired
    name stringrequired
    mode NotificationTransportModeEnum (string)

    Possible values: [local, webhook, webhook_slack, email]

    mode_verbose stringrequired

    Return selected mode with a UI Label

    webhook_url uri
    webhook_mapping uuidnullable
    send_once boolean

    Only send notification once, for example when sending a webhook into a chat channel.

curl -L '/api/v3/events/transports/:uuid/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired