Microboard.Developers

Authentication

How to authenticate your requests to Microboard's API

You'll need to authenticate your requests to access some of the endpoints in the Microboard API. In this guide, we'll look at how authentication works.

Bearer Token

When requesting resources, you will need your root key — you will find it in the Dashboard. Here's how to add the root key to the request header using cURL:

curl https://api.microboard.com/v1/... \
  -H "Authorization: Bearer xxx"

Always keep your root key safe and reset it if you suspect it has been compromised.

API Key

If you want to use an API key instead of a root key, you can find it in your API keys.

On this page