Quickstart
This guide will get you set up with the Enhub API. We'll cover how to authenticate and make your first API request.
Before you can make requests to the API, you will need an account and authentication credentials.
Getting your credentials
You can authenticate either with a JWT bearer token (obtained after login) or with a project API key.
Making your first request
Once you have your credentials, you can make your first API request. Below is an example of fetching the current user's profile:
curl https://api.enhub.nl/v1/auth/me \
-H "Authorization: Bearer {token}"