XentrDeveloper Docs
API ReferenceNotifications

List notifications for the authenticated user

GET
/api/factories/{factoryId}/notifications
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

Query Parameters

unreadOnly?string

Only return unread notifications

limit?string

Max rows to return (default 50, clamped 1..200)

offset?string

Rows to skip for pagination (default 0, min 0)

Response Body

curl -X GET "https://api.xentr.ai/api/factories/string/notifications"
Empty