Skip to main content
GET
https://api-gw.verolabs.co/api/v1
/
notifications
List notifications for the current user
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/notifications \
  --header 'Authorization: Bearer <token>'
{
  "notifications": [
    {
      "id": 123,
      "userId": "<string>",
      "accountId": "<string>",
      "topic": "<string>",
      "messageID": "<string>",
      "data": {
        "accountId": "<string>",
        "symbol": "<string>",
        "amount": 123,
        "position": {},
        "account": {}
      },
      "read": true,
      "createdAt": 123,
      "updatedAt": 123
    }
  ],
  "limit": 123,
  "offset": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT returned by Ory /sessions/whoami?tokenize_as=jwt_template_1 and stored by ApiClient.

Query Parameters

limit
integer
default:50
Required range: x >= 1
offset
integer
default:0
Required range: x >= 0

Response

Notifications page.

notifications
object[]
required
limit
integer
required
offset
integer
required