Integration API Compliance Checker/cHemTS

    Details of the Compliance Checker/cHemTS REST API can be found at <host>:<port>/cc-api/swagger-ui.html (by default port is set to 8066)

    The demo (limited content!) is available at https://cchecker-demo.chemaxon.com/cc-api/swagger-ui.html#/

    Cognito protected Integration API

    When Compliance Checker/cHemTS is hosted by Chemaxon in the AWS Cloud, we recommend the integration endpoints to be protected by Amazon Cognito. This makes integration a bit more complicated then using basic authentication but enhances security. To invoke enpoints:

    • Chemaxon provides a clinetId and a clientSecret
    • Access token should be retrieved from Cognito's token endpoint.
    • To invoke the integration endpoints the retrieved access token needs to be added to the request's Authorization Bearer header.