Skip to main content
POST
Get Notifications
Use this API to retrieve notifications.
Prior to using this API, you must:
  • Enable advanced queries option in the console
  • Deploy v4 series of the Velt SDK.

Endpoint

POST https://api.velt.dev/v2/notifications/get

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

1. Get by organizationId, documentId

2. Get by organizationId, documentId and notificationIds

3. Get by organizationId, documentId and locationId

4. Get by organizationId, documentId, locationId and notificationIds

5. Get by organizationId and userId

6. Get by organizationId, userId and notificationIds

7. Get by organizationId, documentId and userId

8. Get by organizationId, locationId and userId

9. Get by organizationId, documentId, locationId, and userId

Response

Success Response

Failure Response