The Comgy API allows access to almost all components of our services. It's fully documented here:
The API follows the JSON:API spec (https://jsonapi.org/).
URL: https://api.comgy.io/
Access is controlled via the HTTP Authorization header without a schema definition.
Example:
Authorization: Bearer <token>
We share this token via a separate channel.
In the examples below, we use <token> as a placeholder. The token needs to be replaced and does not contain the <,> characters. JSON Web Tokens (JWT) usually start with ey .