Subscribe to activity reports
Subscribes or unsubscribes the authenticated user from monthly activity report emails and returns the updated subscription state and user object.
POST
/api/activity-report/subscribeBody
subscribebooleanrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/activity-report/subscribe \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Acknowledgement with updated subscription state and user
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring