cURL
curl --request GET \ --url https://sandbox.tight.com/v6/notifications/settings \ --header 'Authorization: Bearer <token>'
{ "result": "SUCCESS", "data": { "financialSummaries": "EMAIL", "bankConnectionErrors": "SMS", "conversations": "OFF" } }
Get the authenticated user’s notification preferences
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes