Read a webhook for the current application
GET https://api-authenticator.iwelcome.com/v1/webhooks/:id
Headers:
Authorization: Bearer {your application API Key}
Content-Type: application/json
id (string, required) - The id of the webhook to be read.
{
"type": "api.application.webhook.read",
"result": {
"id": "123456",
"event": "logout",
"url": "http://www.example.com/",
"is_active": true,
"organization_id": "123",
"application_id": "12",
"created_at": "2016-11-23T09:09:48.000Z"
}
}
Have a question? You can always send us an email at support@unloq.io, or contact us on chat.
For security related concerns, please visit our Security page.