Retrieve a list of all prevented capabilities associated with an account
read_accounts
) The request was successful
Invalid input
Unauthorized access.
Service unavailable or server error.
curl -i -X GET \ https://accounts.tilia-inc.com/v2/block/:account_id \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "blocks": {
- "<block_capability>": {
- "block_id": "blk_2FizFe7kSxtgUf4Trw0Jwei7pJv",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "issuer": "publisher",
- "capability": "login",
- "reason": "account_close"
}
}
}