Quickstart
This guide will get you all set up and ready to use the Unvero API. We'll cover how to get started using one of our API clients 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 the Unvero API, you will need to grab your API key from your dashboard. You find it under Settings.
Making your first API request
After picking your client, you are ready to make your first call to the Unvero API. Below, you can see how to send a GET request to the gas stations endpoint to get a list of all gas stations.
GET
/pricescurl -G /prices \
-H "Accept: application/json" \
-H "Content-type: application/json" \
-H "Authorization: Bearer {token}"