wDOI Registry API
REST API for minting and managing wDOI identifiers, API keys, webhooks, and search.
Quick-start
# Health (no auth) curl -s https://api.wdoi.org/v1/health | jq . # Protected route (needs Bearer token with keys:manage) TOKEN="sk_test_or_live_xxx" curl -s -H "Authorization: Bearer $TOKEN" https://api.wdoi.org/v1/auth/keys | jq .
