Overview

At the moment, the API supports both bearer token and API key-based authentication.

Bearer Token Authentication

In request headers:
GET /v1/users/me HTTP/1.1
Host: api.blobhub.io
Authorization: Bearer <your_token_here>

API Key-based Authentication

In request headers:
GET /v1/users/me HTTP/1.1
Host: api.blobhub.io
X-API-Key: <your_api_key_here>