Get Started
This guide will get you all set up and ready to use the Planet API. We'll cover how to get started and how to make your first API request.
Before you can make requests to the Planet API, you will need to have an API key. If you don't have one and you'd like to use the API you can contact us.
Making your first API request
After getting your API key, you are ready to make your first call to the Planet API. Below, you can see how to send a GET request to the Holidays endpoint to get a list of all available holidays.
GET
/v1/holidayscurl -X GET https://api.planet.bg/v1/holidays \
-H "Content-Type: application/json" \
-H "api_key: YOUR_API_KEY"
What's next?
Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy: