API Reference

Learn how to access UNLOQ end points

GET /notifications

List all notifications for current application

GET https://api-authenticator.iwelcome.com/v1/notifications
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Result format (200 OK)
{
  "type": "api.application.notification.find",
  "meta": {
    "total_count": 2,
    "page_count": 1,
    "current_count": 2,
    "current_page": 1
  },
  "result": [
    {
      "id": "12345",
      "type": "SURVEY",
      "status": "COMPLETED",
      "title": "test notif",
      "content": "with a test message",
      "level": 1,
      "open_count": 1,
      "send_at": "2016-11-03T15:55:44.000Z",
      "name": "test 1234",
      "receivers": 1,
      "groups": 0
    },
    {
      "id": "123456",
      "type": "CHECKBOX",
      "status": "COMPLETED",
      "title": "hello",
      "content": "world!",
      "level": 1,
      "open_count": 1,
      "send_at": "2016-11-03T15:45:24.000Z",
      "name": "test.com.app",
      "receivers": 1,
      "groups": 0
    }
  ]
}
      

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.