List notifications
Fetches the paginated list of notifications for the authenticated user. Proxies to Hive scoped to the current user.
GET
/api/notificationsRequest
curl
curl -X GET https://platform.trickest.com/api/notifications \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of notifications
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring