Introduction

The Netcon rest API operates using the HTTPS protocol and utilizes JSON for its data format. This means all requests either submitting data or requesting data is expected to use the JSON format.

Authorization

For authorization it uses the Bearer Authentication standard.

Project api keys are generated and linked to a project, this means the key is locked to only work inside the project and cannot generate more project keys or new projects on the user's behalf.

Last updated