API Reference

Learn how to access UNLOQ end points

GET /webhooks/:id/history

Read history for a given webhook

GET https://api-authenticator.iwelcome.com/v1/webhooks/:id/history
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.history",
  "meta": {
    "total_count": 0,
    "page_count": 0,
    "current_count": 0,
    "current_page": 1
  },
  "result": []
}
      

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.