Authentication

Authentication is made with your API Key, which is found in the Neuron360 Portal under the Account/API Key section.

You must add your API Key to every call you make to our API. This parameter is always required. We'll return an error if the key is either missing or invalid. Your API key identifies your account, so keep it secret! Please don't share it with anyone outside of your organization.

You can authenticate HTTP requests using the query string "X-Api-Key = {API KEY}" of your HTTP header field.