Our service supports JWT Bearer Authentication method. For you to receive your Access and Refresh tokens, you need to implement the following POST method.Login method does not need to be authorized.You will need to include in the body of your POST request, the VAT of the company and the API Key in order to get a successful response.
The accessToken received in the response is valid for 15 minutes. In order to refresh it you need to implement the method that is described in the section "Authentication Refresh".Below you will find the aforementioned data schema.