Skip to main content

List all webhooks

GET 

https://api.rinkel.com/v1/webhooks

List all webhooks

Responses

Successfully retrieved the webhooks

Schema
    data object[]
  • Array [
  • urlstring<uri>
    Example: https://example.com/webhook
    contentTypestring

    Possible values: [application/json, application/x-www-form-urlencoded]

    Example: application/json
    eventstring

    Possible values: [incomingCall, outgoingCall, callStart, callEnd, callInsights]

    Example: incomingCall
    activeboolean
    Example: true
    descriptionstring
    Example: My webhook
  • ]

Authorization: x-rinkel-api-key

name: x-rinkel-api-keytype: apiKeyin: header
curl -L 'https://api.rinkel.com/v1/webhooks' \
-H 'Accept: application/json' \
-H 'x-rinkel-api-key: <x-rinkel-api-key>'
Request Collapse all
Base URL
https://api.rinkel.com/v1
Auth
ResponseClear

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