Getting Started
The Hub REST API allows you to retrieve informations about your investors applications.
Get an API key
You'll need to include an API key in every API request. If you do not yet have an account, please register on the Hub platform. You will be able to generate a new API key on the integration section of your project settings.
To authenticate your requests, you will need to include your API key in the X-Api-Key
header.
GET /hub HTTP/1.1
Host: api.synaps.io
X-Api-Key: YOUR_API_KEY
Base URL
The base URL for the Hub API is:
https://api.synaps.io/hub/[VERSION]
[VERSION]
is the version of the API you are using. You will find it in the Reference.