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 UUID
  • meshblu_auth_token: plain text Meshblu Token

Headers

  • X-MESHBLU-UUID: plain text Meshblu UUID
  • X-MESHBLU-TOKEN: plain text Meshblu Token

Headers (Legacy)

  • meshblu_auth_uuid: plain text Meshblu UUID
  • meshblu_auth_token: plain text Meshblu Token

HTTP Basic

  • Authorization: Basic

Bearer Token