All Octoblu APIs use the same authentication method. They use Meshblu Auth as the underlying authentication mechanism.
There are a few different ways of sharing your UUID and Token with the Octoblu APIs.
Cookies
meshblu_auth_uuid
: plain text Meshblu UUIDmeshblu_auth_token
: plain text Meshblu Token
Headers
X-MESHBLU-UUID
: plain text Meshblu UUIDX-MESHBLU-TOKEN
: plain text Meshblu Token
Headers (Legacy)
meshblu_auth_uuid
: plain text Meshblu UUIDmeshblu_auth_token
: plain text Meshblu Token
HTTP Basic
- Authorization: Basic
Bearer Token
- Authorization: Bearer <token from https://oauth.octoblu.com>