API Reference

Getting Started

NOTE

This API is actively being developed, so if you find any bugs or issues, please contact us so we can work with your team to continually improve the function and performance of the API.

Naoca API Authentication

Authenticating via the Naoca API can be done by either Personal Access Token or Web Access Token. Web access tokens are the easiest to use if you are authenticating via a website. You can generate your API tokens here when logged in as your organisation.

https://streaming.naoca.com.au/settings/api-tokens

Personal Access Token

Authenticate with the following keys listed in the headers:

  • x-client-key
  • x-access-token

Web Access Token

Authenticate with the following key in the header but request must come from set origins.

  • x-client-key
  • origin - Make sure your domain is listed under Allowed origins