> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stora.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Authorization

> Authorization scopes for the Stora Public API.

Each endpoint, except those related to OAuth 2, requires at least one scope for authorization. Below is the full list of available scopes.

| Scope                               | Name                         | Description                              |
| ----------------------------------- | ---------------------------- | ---------------------------------------- |
| `public.access_token:read`          | Access Token (Read)          | Allow to read all access tokens          |
| `public.application:read`           | Application (Read)           | Allow to read all applications           |
| `public.contact:read`               | Contact (Read)               | Allow to read all contacts               |
| `public.contact:write`              | Contact (Write)              | Allow to manage contacts                 |
| `public.contract:read`              | Contract (Read)              | Allow to read all contracts              |
| `public.contract_template:read`     | Contract Template (Read)     | Allow to read all contract templates     |
| `public.coupon:read`                | Coupon (Read)                | Allow to read all coupons                |
| `public.credit_note:read`           | Credit Note (Read)           | Allow to read all credit notes           |
| `public.deal:read`                  | Deal (Read)                  | Allow to read all deals                  |
| `public.deal:write`                 | Deal (Write)                 | Allow to manage deals                    |
| `public.deal_stage:read`            | Deal Stage (Read)            | Allow to read all deal stages            |
| `public.identity_verification:read` | Identity Verification (Read) | Allow to read all identity verifications |
| `public.invoice:read`               | Invoice (Read)               | Allow to read all invoices               |
| `public.note:read`                  | Note (Read)                  | Allow to read all notes                  |
| `public.note:write`                 | Note (Write)                 | Allow to manage notes                    |
| `public.order:read`                 | Order (Read)                 | Allow to read all orders                 |
| `public.order:write`                | Order (Write)                | Allow to manage orders                   |
| `public.product:read`               | Product (Read)               | Allow to read all products               |
| `public.product:write`              | Product (Write)              | Allow to manage products                 |
| `public.product_category:read`      | Product Category (Read)      | Allow to read all product categories     |
| `public.protection_level:read`      | Protection Level (Read)      | Allow to read all protection levels      |
| `public.protection_level:write`     | Protection Level (Write)     | Allow to manage protection levels        |
| `public.site:read`                  | Site (Read)                  | Allow to read all sites                  |
| `public.staff:read`                 | Staff (Read)                 | Allow to read all staff                  |
| `public.subscription:read`          | Subscription (Read)          | Allow to read all subscriptions          |
| `public.task:read`                  | Task (Read)                  | Allow to read all tasks                  |
| `public.task:write`                 | Task (Write)                 | Allow to manage tasks                    |
| `public.tenancy:read`               | Tenancy (Read)               | Allow to read all tenancies              |
| `public.timeline_event:read`        | Timeline Event (Read)        | Allow to read all timeline events        |
| `public.timeline_event:write`       | Timeline Event (Write)       | Allow to manage timeline events          |
| `public.timeline_source:read`       | Timeline Source (Read)       | Allow to read all timeline sources       |
| `public.timeline_template:read`     | Timeline Template (Read)     | Allow to read all timeline templates     |
| `public.unit:read`                  | Unit (Read)                  | Allow to read all units                  |
| `public.unit:write`                 | Unit (Write)                 | Allow to manage units                    |
| `public.unit_allocation:read`       | Unit Allocation (Read)       | Allow to read all unit allocations       |
| `public.unit_type:read`             | Unit Type (Read)             | Allow to read all unit types             |
| `public.unit_type:write`            | Unit Type (Write)            | Allow to manage unit types               |
| `public.webhook_endpoint:read`      | Webhook Endpoint (Read)      | Allow to read all webhook endpoints      |
| `public.webhook_endpoint:write`     | Webhook Endpoint (Write)     | Allow to manage webhook endpoints        |
