For the complete documentation index, see llms.txt. This page is also available as Markdown.

Support & Resources

👨‍💻 Technical Support

For API integration questions, request errors, or technical issues, please use our ticketing system. servicedesk@novapost.com

🧩 Business Support

Assistance with integrating Nova Post services into your business processes and консультації щодо API connectivity. api.consult@novapost.com

Sales Contacts

Select your country or region to get in touch with the local Nova Post sales team.

Can’t find your country? Please contact our general sales support at sales@novapost.com

Sales department contacts

🌍 Europe
Region
Number
Email

Poland

+48 532 697 974

wspolpraca@novapost.pl

Czech Republic

+420 776 060 379

sale_cz@novapost.com

Germany

+49 170 731 6517

sale_de@novapost.com

Hungary

+36 96 800 609

support_hu@novapost.com

Italy

+39 029 994 0609

support_it@novapost.com

Spain

+34 930 474 609

support_es@novapost.com

Romania

+40 373 785 207

support_ro@novapost.com

Slovakia

+421 552 302 609

support_sk@novapost.com

France

+33 159 420 609

support_fr@novapost.com

Netherlands

+31 203 695 606

support_nl@novapost.com

Great Britain

+44 180 330 0609

Austria

-

support_at@novapost.com

🌐 Baltic region
Region
Number
Email

Baltic region

+37 123 557 979

balticsales@novapost.com

🤝 Partnership Requests
Request Type
Number

Partnership Requests

❓FAQ

How can I get access to the Nova Post API?

To access the Nova Post API, you must sign a contract with Nova Post. After the agreement is completed, the designated responsible person will be able to generate an API key in the personal account.

How can I obtain an API key?

The API key can be generated in your personal account once API access has been activated. The key is used to generate a JWT token for request authorization.

How does authorization work?

Authorization is performed using a JWT token. The JWT token is generated using your API key and must be included in the request header:

Authorization: Bearer {JWT_TOKEN}

Is a test environment (sandbox) available?

Yes, a sandbox environment is available for testing and validating your integration before moving to production.

What request format is used?

The API uses JSON format for both requests and responses.

Where can I find the list of available methods?

The full list of available methods is provided in the API Methods section, where you can find request parameters, examples, and possible responses.

Where can I obtain system values (branches, currencies, etc.)?

System values are available in the Dictionaries section. It is recommended to use them to ensure correct and valid API requests.

What should I do if a request returns an error?

Please verify the following:

  • The validity of the JWT token

  • The format of the submitted data

  • The required parameters

If the issue persists, please contact the Help Center or technical support.

How to generate a JWT token

How to generate a JWT token

Pass the API key in the request. A temporary JWT token will be returned in the response.

The token must be included in the header of every subsequent request:

How long is a JWT token valid?

The JWT token has a limited validity period. It is recommended to implement an automatic token refresh mechanism before the token expires.

Last updated