Configuration API

The Blecon Configuration API provides a way to automate the configuration of the Blecon Network from your application or your test infrastructure that would otherwise be done manually via the Blecon Console.

This includes:

  • Creating and configuring networks

  • Connecting devices

  • Configuring accounts and inviting users

API Authentication

To authenticate with the Configuration API, you need to create an API Token, which you can do from the Account Settings area of the Console.

When making API calls, send a header named "Authorization" with the value of your API token. See the reference below for an example.

API Reference

Explore the functions available in the API at apidocs.blecon.net.

Last updated