Authentication
Head over to the account page to find your API key, you must log in or register if you don't have an account yet.
To authenticate your requests, use the Authorization
header:
curl https://konbert.com/api/v1/files \ -H "Authorization: Bearer ${API_KEY}"
Remember to replace $API_KEY
with your own API key.