Connecting to RadNav
In this section we cover an overview of how customers build against our API and connect to us once over a standard HTTPS connection. Further on in the Onboarding section of this guide we’ll get into more details around how to most effectively code against our API and models.
Endpoints
All requests to RadNav over our API are sent to endpoints that live under https://api.seewithin.co/ and there are two primary endpoints that customers connecting to the platform will leverage to either send data or initiate queries.
Authentication
Applications sending data over our API need to first authenticate against RadNav by sending a POST to https://api.seewithin.co/auth/token/login with the UserName and password configured in the body of the request. Within Health will return an Access Token that will then need to be included in the header of messages sent to RadNav.
Updated over 1 year ago