Developer Dashboard
API Keys
Generate and manage API keys for authenticating requests to the SpedHub API. Keys are shown once at creation — store them securely.
Create a new API key
Give your key a descriptive name (e.g. "Production app", "Local dev") and choose the scopes it needs.
Active keys
Using your API key
# Include in every request
Authorization: Bearer sk_live_••••••••••••••••
Read endpoints require the read scope. Write endpoints require write. Delete endpoints require delete.