/
Get webhook configuration
Get the current webhook configuration for this sponsor.
Note: The webhook secret is NOT included in this response for security reasons.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/webhooks
- Production serverhttps://pa.seqino.com/api/webhooks
curl -i -X GET \
https://pdp.seqino.dev/api/webhooks \
-H 'Authorization: YOUR_API_KEY_HERE'Successful Response
Response
- string (date-time)
- null
{ "webhook_id": "string", "url": "string", "events": [ "string" ], "is_active": true, "created_at": "2019-08-24T14:15:22Z", "last_triggered_at": "2019-08-24T14:15:22Z" }