How to generate a JWT token
To send request to the Nova Post API, you must generate a JWT token. The token ensures proper authentication and authorization when executing API requests.
Query parameters
apiKeystringRequired
To utilize this method, a personal API key is required.
Responses
200
JWT-token
application/json
jwtstring · jsonOptionalExample:
Personal JWT-token, expires after one hour to prevent any fraud, requiring a new request to generate a fresh token.
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJucCIsImlhdCI6MTY4NTYyNzQxNCwiZXhwIjoxNjg1NjMxMDE0LCJjaWQiOiI1YzQxMmUzYS01ODY4LTQ4YjktYTYwYS0wZTAzOTI4NGVjNDYiLCJyZWYiOiI2NDI0NmRkMzg0ZWI3Yzg2MmMwMzg3YzAifQ.MmhM9rHCYItjA5a7B9PtrdKUKRiHhN43UotWKtKjt78401
Unauthorized
application/json
422
Validation error
application/json
503
Connection time-out
application/json
get
/clients/authorizationLast updated