Check for Terms of Service

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

Request
Security:
tilia_auth (read_accounts)
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
curl -i -X GET \
  https://accounts.tilia-inc.com/user-info/:account_id/tos/tilia \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "signed_tos": true
}