Get account blocks

Retrieve a list of all prevented capabilities associated with an account

Request
Security:
tilia_auth (read_accounts)
path Parameters
account_id
required
string (AccountId) <= 36 characters

Tilia account ID

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
Responses
200

The request was successful

400

Invalid input

401

Unauthorized access.

500

Service unavailable or server error.

get/v2/block/{account_id}
Request samples
curl -i -X GET \
  https://accounts.tilia-inc.com/v2/block/:account_id \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
  • "blocks": {
    }
}