Skip to main content

Getting Started


The API should be used when the system making the call is hosted remotely from your own server.

This API accepts POST requests to the API endpoint located at:

https://resellers.navicosoft.com/api/reseller/

Currently, Our Api is Rate Limited to 100 requests per minute from one account.

If your limit exceeds you’ll receive the response code 429

{
  "message": "Too Many Attempts."
}