List all webhooks
GEThttps://api.rinkel.com/v1/webhooks
List all webhooks
Responses
- 200
- 401
- 403
Successfully retrieved the webhooks
- application/json
- Schema
- Example (auto)
Schema
data object[]
{
"data": [
{
"url": "https://example.com/webhook",
"contentType": "application/json",
"event": "incomingCall",
"active": true,
"description": "My webhook"
}
]
}
Unauthorized
Current plan does not include integration
Authorization: x-rinkel-api-key
name: x-rinkel-api-keytype: apiKeyin: header
- curl
- nodejs
- php
- python
- ruby
- java
- CURL
curl -L 'https://api.rinkel.com/v1/webhooks' \
-H 'Accept: application/json' \
-H 'x-rinkel-api-key: <x-rinkel-api-key>'
ResponseClear