CDEK
This section is dedicated to the library for working with CDEK API. On this page, all the steps necessary to start working are described
Getting started
- Contract with CDEK or use test credentials to get started. Learn more on the documentation page
- Use the obtained Account and Secure password to create a Token using the GetToken() method
A Token has a limited lifetime, during which it can be used in calls to other library methods. After it expires, you can get a new one by passing the Account and Secure password to the GetToken() method again.