Quickstart
This guide will get you all set up and ready to use our API. We'll cover how to get started using cURL and how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.
Before you can make requests to our API, you will need to grab your test API key.
Starting with cURL
Before making your first API request, you need to verify you have access to good ol' cURL.
Verify you have cURL installed by checking the version
Making your first API request
After verifying you have cURL installed you are ready to make your first API call. Below you can see how to send a GET request to the Shipping API's ping endpoint. The API will return a 200 status if the system is functioning correctly and your API key is valid.