API Reference

Learn how to access UNLOQ end points

GET /webhooks/:id

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
URL parameters
  • id (string, required) - The id of the webhook to be read.
Result format (200 OK)
{
  "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.