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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/clients",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# API clients and application access

> Create and manage Dintero API clients with the right scopes so your helpdesk, ecommerce, point-of-sale, and back-office apps can access only the data they need.

## Create new applications / client for accessing your data

When creating new applications/client that will use the API endpoints, the
application needs to have the right access or scopes.

If your Helpdesk application needs just access the customer data,
the Helpdesk application needs access to `Customer Collection` & `Customer details` requests.

Login to [Dintero Backoffice] for creating New Client in

* `Settings` → `API Clients` → `Create New API Client`

To create a client for checkout, see [Checkout API client].

You can also setup New API Clients via our API. Read more about it [here](/api.html#tag/clients).

## Available scopes

| Name                                                          | Description                              |
| ------------------------------------------------------------- | ---------------------------------------- |
| **`admin:account`**                                           | Fully manage account and account user    |
|   `write:accounts`                                            |                                          |
|   `read:accounts`                                             |                                          |
|   `write:accounts:/auth/users`                                |                                          |
|   `write:accounts:/auth/passwordless`                         |                                          |
|   `write:accounts:/auth/passwordless/code`                    |                                          |
|   `write:accounts:/management/settings/connections/instabank` |                                          |
|   `write:accounts:/management/settings/connections/vipps`     |                                          |
|   `create:account`                                            |                                          |
|   `create:applicant`                                          |                                          |
|   `create:accounts:auth:refresh_token`                        |                                          |
|                                                               |                                          |
| **`admin:automations`**                                       | Fully manage Automations                 |
|   `write:automations`                                         |                                          |
|   `read:automations`                                          |                                          |
|                                                               |                                          |
| **`admin:checkout`**                                          | Fully manage checkout                    |
|   `write:checkout`                                            |                                          |
|   `read:checkout`                                             |                                          |
|                                                               |                                          |
| **`admin:customers`**                                         | Fully manage eCRM Customer Data Platform |
|   `write:customers`                                           |                                          |
|   `read:customers`                                            |                                          |
|   `create:customers:/users`                                   |                                          |
|   `public:customers`                                          | Access public resources (read-only)      |
|   `user:customers`                                            |                                          |
|                                                               |                                          |
| **`admin:discounts`**                                         | Fully manage DealEngine                  |
|   `write:discounts`                                           |                                          |
|   `read:discounts`                                            |                                          |
|   `write:discounts:/available_for_receipt`                    |                                          |
|   `read:discounts:/available_for_receipt`                     |                                          |
|   `write:discounts:/events`                                   |                                          |
|   `public:discounts`                                          | Access public resources (read-only)      |
|   `user:discounts`                                            |                                          |
|                                                               |                                          |
| **`admin:hooks`**                                             | Fully manage subscription hooks          |
|   `write:hooks`                                               |                                          |
|   `read:hooks`                                                |                                          |
|                                                               |                                          |
| **`admin:locations`**                                         | Fully manage sale locations              |
|   `write:locations`                                           |                                          |
|   `read:locations`                                            |                                          |
|                                                               |                                          |
| **`admin:receipts`**                                          | Fully manage eReceipts                   |
|   `write:receipts`                                            |                                          |
|   `read:receipts`                                             |                                          |
|   `user:receipts`                                             |                                          |
|                                                               |                                          |
| **`admin:shopping`**                                          | Fully manage Shopping                    |
|   `write:shopping`                                            |                                          |
|   `read:shopping`                                             |                                          |
|   `write:shopping:/orders/ANY/events`                         |                                          |
|   `read:shopping:/orders/ANY/events`                          |                                          |
|   `user:shopping`                                             |                                          |
|                                                               |                                          |
| **`admin:wallets`**                                           | Fully manage eWallet/eGift Cards         |
|   `write:wallets`                                             |                                          |
|   `read:wallets`                                              |                                          |
|   `write:wallets:/info`                                       |                                          |
|   `write:wallets:/transactions`                               |                                          |
|                                                               |                                          |

[Dintero Backoffice]: https://backoffice.dintero.com

[Checkout API client]: /docs/checkout/checkout-client
