Skip to content

Get the authenticated user's trade-data consent flag.

GET
/api/advisor/trade-data-consent
curl --request GET \
--url https://api.tradr.cloud/api/advisor/trade-data-consent

Returns whether the user has consented to the advisor reading their stored trade data (REQ-9.1). Defaults to false for a user who has never set it. Response: { consent: boolean }.

{ consent: boolean }.