API reference
Getting Started
Hipsy has a small set of API's and tools to connect data to your own website or other third party applications. Currently we provide the following API resources:
Using the API key
Each request to one of the API endpoints should contain an API key which can be created in your Hipsy dashboard account.
If you request an API endpoint, the key should be included in the Authorisation header as a Bearer token.
curl https://api.hipsy.nl/v1/endpoint
-H "Accept: application/json"
-H "Authorization: Bearer {api-key}"