Access to methods by Api Key
To allow employees to perform only the methods they need for their work, create a token with access to certain groups of methods.
What types of access are available
You can get the list of accesses using the passed Api Key token using the method POST auth/token.
Access |
The name of the access in the OpenAPI specification |
Full account management |
all-methods |
View all data |
all-methods:read-only |
inventory-and-order-processing |
|
inventory-and-order-processing:read-only |
|
pricing |
|
pricing:read-only |
|
offers-and-cards-management |
|
offers-and-cards-management:read-only |
|
promotion |
|
promotion:read-only |
|
finance-and-accounting |
|
communication |
|
settings-management |
|
supplies-management:read-only |
All requests to the Market
All requests to receive and view data
Was the article helpful?
Previous