Discover

Get Started

Developers

Industries

Handle Events & Webhooks

Respond to Transfer events and trigger your application logic.

List Notifications

GET /api/notification — Retrieve notifications

bash
1
2
3
curl "https://exacoola.innorix.com/api/notification?page=1&size=20" \ -H "Authorization: Bearer <ACCESS_TOKEN>" \ -H "x-workspace-id: <WORKSPACE_ID>"

Response:

json
1
2
3
4
5
6
7
8
9
10
{ "status_code": 200, "message": "success", "data": { "items": [ { "id": "ntf_01", "type": "transfer_completed", "monitorId": "mon_7788", "read": false } ], "total": 1 } }

Poll Transfer Status

PurposeMethod · Endpoint
Get Transfer statusGET /api/transfer/{id}/status
Get Device statusGET /api/transfer/{device}/status