Check for Terms of Service

Returns whether or not the account holder has signed the latest version of Tilia's Terms of Service.

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

The account ID to retrieve.

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
Responses
200

Indicates if Tilia ToS is signed.

401

Unauthorized access.

500

Service unavailable or server error.

get/user-info/{account_id}/tos/tilia
Request samples
Response samples
application/json
{
  • "signed_tos": true
}