/
AUTHORIZATION
AUTHORIZATION
GET /authorization method
Firstly, it is always necessary to authorize via REST API to get access to back-end data (products, users, etc.):
Use B2C API Key as apiKey parameter value in GET /authorization request to get open B2C access.
Use B2C API Key as apiKey parameter value along with login and password in GET /authorization request to get B2C access under specific user.
Use B2B API Key as apiKey parameter value along with login and password in GET /authorization request to get B2B access under an agency user.
Token will be returned in the response of GET/ authorization method, which should be used to proceed with other API methods.