Quickstart
This guide will get you all set up and ready to use the Depfloy 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.
Endpoint
The Depfloy API is available at:
https://app.depfloy.com/api/v1
Headers
The following headers are required for all requests:
Content-Type: application/json
Accept: application/json
Authentication
Depfloy uses Bearer Token authentication. You can get your API key from your dashboard. You find it under Settings » API.
curl https://app.depfloy.com/api/v1/projects \
-H "Authorization: Bearer {API_KEY}"
-H "Content-Type: application/json"
-H "Accept: application/json"
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 come in handy as you continue to explore the Depfloy API: