API Intro
This documentation will explain how you can integrate with our connections API.
Authentication
Accessing the API requires a unique API key.
This key must be included in every API request.
We will provide you with this key, and it should be treated as confidential information.
x-api-key header
You can send the key to us using the x-api-header
curl -H 'x-api-key: xxxx' 'https://connections.cyclingfactory.be/api'
key in url
You can send the key to us using the key in the url
curl 'https://connections.cyclingfactory.be/api?key=xxxx'