Nationwide Coverage!

HOME

PARTNER REFERENCES

SMARTLinks

Plug-n-play widget

Get a Quote API

Check Coverage API

EXPERT REFERENCES

Weboooks

Getting Started

There are multiple ways of consuming our Quote and Coverage APIs. You can either use our plug-n-play widget or make your own UI/UX and call our HandyBuddy Partner APIs.  OurAPIs follow a standard pattern for web APIs: REST endpoints with JSON payloads transmitted via HTTP. Getting started is as easy as 1-2-3!


Step 1:  Share Your Shopify Collaborator Code With Us

Once you share your Shopify collaborator code with us, we can sync your product catalog with ours.

Step 2: Authentication

If you are going to be call our APIs yourself, you will need to be issued a pair of consumer key and secret by our site administrator. You can authenticate endpoints using HTTP Basic Auth by providing the REST API Consumer Key as the username and the REST API Consumer Secret as the password.  If you haven't received these yet, please contact our site administrator using the button below.

Step 3: Whitelist Your Domain

Lastly, our APIs are secured with domain-based access controls - your domain will also need to be whitelisted to prevent misuse by robots. If you haven't already received confirmation that we have whitelisted your domain, please contact our site administrator to whitelist your domain once your integration is complete.

API Rate Limits

There is a limit on API requests 25 requests per 10 seconds, sending more requests in this time frame will produce the following error: 

{ "error_code" : 1001, "error": "Rate limit exceeded. Please try again later." }


<- Overview