Each request to one of the API endpoints should contain an API key. You can simply create an API key in your Hipsy account. You can only access the dashboard if you registered at least one organisation.
Follow these steps to create an new API Key
{warning} Keep your API Key secret! Which this key you have access to data of all organisations hour account has access to.
If you request an API endpoint, the key should be included in the Authorisation
header as an Bearer
token.
curl https://api.hipsy.nl/1.0/endpoint
-H "Accept: application/json"
-H "Authorization: Bearer {api-key}"