Get notification settings
Returns the current notification settings for the authenticated user.
GET
/api/notifications/settingsRequest
curl
curl -X GET https://platform.trickest.com/api/notifications/settings \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Notification settings
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring