Get account blocks

Retrieve a list of all prevented capabilities associated with an account

Securitytilia_auth
Request
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
Response samples
application/json
{
  • "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
  • "blocks": {
    }
}