Introduction

Introduction

Welcome to the Edenic API Documentation. This is a hosted REST API that you can use to update and get data from your devices out of the Edenic app.

Getting started

You will need to use a secure API key to make requests:

Create an API key

  1. Open the Edenic app (opens in a new tab) and sign in.
  2. Click on your account avatar (in the top right) and navigate to Account settings > API Keys (you must be registered to see this).
  3. Click Create new key and give your key a name (note this key will expire in 1 year).
  4. Copy the API key or organization ID from here at anytime.

Create API key screenshot

Use your API key

You will have to include the API key as the value for the Authorization header of all requests:

cURL example
curl --include https://api.edenic.io/api/v1/device/12345678-1234-1234-1234-123456789012 \
  --header 'Authorization: ed_1234567890123456789012345789012345678901234567890123456789012345'

View documentation

Choose a version to see the documentation: