Receiving API
Once the user has authorized your access to their data you will receive an access token and api endpoint
Receiving the Inference API
Once the user has clicked to Connect their Onairos account and authroized their data, you will recieve the Inference API via window.sendMessage with the following event types:
You will also be given an ACCESS TOKEN which you must use in any API requests from that specific client.
This is a short lived token, for usage on your developer registered domain only, and lasts for 1 hour from issue.
For example:
You will also receive the approved choices from the user.
Last updated