IBA Mobile — Notifications
2 endpoints. Server: https://api.tunnelflight.com/api
Get all
GET /account/notifications
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | yes | Bearer token. Required for every request. |
client-id | string | yes | Client identifier issued by IBA. Required for every request. |
Responses
2XX — Successful response
Try it
curl --request GET \ --url 'https://api.tunnelflight.com/api/account/notifications' \
--header 'Authorization: Bearer <token>' \
--header 'client-id: <client-id>'Read
PUT /account/notifications/read/852876
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | yes | Bearer token. Required for every request. |
client-id | string | yes | Client identifier issued by IBA. Required for every request. |
Responses
2XX — Successful response
Try it
curl --request PUT \ --url 'https://api.tunnelflight.com/api/account/notifications/read/852876' \
--header 'Authorization: Bearer <token>' \
--header 'client-id: <client-id>'Last updated on