InteliChart OpenAPI Authorization Documentation
Introduction
Access to the API requires authentication with the InteliChart Open API Authorization server in order to obtain the requisite token.
Please note that the sample JSON provided when viewing any of the help for the methods listed is for informational purposes only. It cannot be copied
verbatim and submitted to the API without replacing the values with the actual values from your environment.
The sample JSON is meant only to demonstrate the correct structure and data-types for the JSON you submit to InteliChart Web API.
Server
Authentication controller that distributes bearer tokens and does token authencation.
API | Description |
POST api/Server/Token |
Issues application bearer token for accessing the intelichart open web api. Used for non-patient access.
|
POST api/Server/Authenticate |
Used to authenticate an encrypted person passcode.
|