# Restrictions

> Source: https://elaichi.ai/docs/api-reference/restrictions/

Base URL: `https://api.truto.one/unified/`

Set the `integrated_account_id` query parameter on every request to scope it to a specific connection.

## Resources

- [Restriction](/docs/api-reference/restrictions/restriction)
  - [GET /restriction](/docs/api-reference/restrictions/restriction/listrestrictions) — List restrictions
  - [POST /restriction](/docs/api-reference/restrictions/restriction/createrestriction) — Create a restriction
  - [GET /restriction/{id}](/docs/api-reference/restrictions/restriction/getrestriction) — Get a restriction
  - [PATCH /restriction/{id}](/docs/api-reference/restrictions/restriction/updaterestriction) — Update a restriction
  - [DELETE /restriction/{id}](/docs/api-reference/restrictions/restriction/deleterestriction) — Delete a restriction
