Authentication

In this section, we will describe the possible authentication methods: Bearer Token or API Key.

NOTE: If you have multiple Orchestrators in your Team, the generated Token provides access specifically to the Orchestrator where it has been generated. If you want to access another Orchestrator in your Team through API, switch to the other Orchestrator and repeat the steps below. Read more about multiple Orchestrators in one Team here.

Bearer Token Authentication

For this authentication method follow the instructions below:

  1. Make sure you have an Admin role in Orchestrator.
  2. Generate an API Token following the step-by-step guide on our Help Center.
  3. Include the obtained Token to the authorization header as a Bearer Token.

For example, if you use Postman you can, follow these instructions:

  1. Click the "Authorization" tab.
  2. In the Type field select Bearer Token .
  3. In the Token field enter the obtained Token.
  4. Add the desired endpoint URL and click Send.

Api Key Authentication

NOTE: This method is currently supported by ElectroNeek products but will no longer be. We recommend using the Bearer Token Method explained above.

For this authentication method follow the instructions below:

  1. Make sure you have an Admin role in Orchestrator.
  2. Generate an API Token following the step-by-step guide on our Help Center.
  3. Include the obtained Token to the authorization header in the following way: Api-Key {{your API Token}} . For example, if your token is 881fbRIJhOldWu19JDhAhxcPoiOyWzlE , then the authorization header should look the following way: Api-Key 881fbRIJhOldWu19JDhAhxcPoiOyWzlE .
Copyright © ElectroNeek 2019-2023. All right reserved.