Returns whether or not the account holder has signed the latest version of Tilia's Terms of Service.
read_accounts
) Indicates if Tilia ToS is signed.
Unauthorized access.
Service unavailable or server error.
curl -i -X GET \ https://accounts.tilia-inc.com/user-info/:account_id/tos/tilia \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "signed_tos": true
}