Many of Sentio's features are available through API.
To get started, you should have an API key, refer API Key to create one. To authorize the API calls, you could choose either of the following:
- Pass it by the header
api-key
, - Pass it by the query parameter
api-key
, e.g.http://app.sentio.xyz/v1/api/service/query?api-key=<your-api-key>