Every request to the ODEN API is authenticated with an API key, sent as a bearer token.
The Authorization header#
Pass your key in the Authorization header on every request:
POST /search HTTP/1.1
Host: api.oden-api.com
Authorization: Bearer oden_live_your_key_here
Content-Type: application/json
There is no other auth scheme — no query-string keys, no basic auth, no cookies. A missing, malformed or revoked key returns