Regenerate Auth Token
A merchant can re generate an authentication token with previously expired token.
Merchant can re-generate an authentication token. He can use that token to authenticate all the other invoice APIs.
How to re-generate Authentication token?
Auth token re-generation request has to be sent to our REST endpoint i.e. invoiceServices/REST/v1/regenerateToken
using POST method.
In our API Specifications you can find a full list of parameters that can be sent in the initial request.