Overview

All endpoints require an API key passed via the Authorization header in the format Bearer YOUR_API_KEY.
Never expose your API key in client-side code or public repositories.

Base URL

https://backend.blooio.com

Example

curl -H 'Authorization: Bearer YOUR_API_KEY' \
  https://backend.blooio.com/v1/api/me

Headers

  • Authorization: Bearer YOUR_API_KEY
  • Content-Type: application/json (for requests with a body)

Errors

  • 401 Unauthorized: missing or invalid token
  • 403 Forbidden: action not allowed for this key