Debbie

API Reference

Debbie includes a Swagger/OpenAPI-compliant API reference that documents every endpoint your Resource Servers expose, with interactive testing capabilities.

OpenAPI Integration

Debbie supports publishing OpenAPI specifications (openapi.yaml / openapi.json) alongside your documentation. Developers can browse endpoint definitions, see request/response schemas, and test API calls directly from the Swagger UI interface — using their own OAuth tokens or API keys.

API Sections

Applications

Endpoints for managing applications, OAuth clients, credentials, and configuration.

Authentication

OAuth 2.0 token endpoints, API key validation, and token introspection.

Webhooks

Endpoints for managing webhook subscriptions, viewing delivery logs, and rotating secrets.

Interactive API Explorer

Developers can test API endpoints directly from the browser using Debbie's integrated API Explorer. It automatically uses the developer's OAuth tokens or API keys for authentication, making it easy to experiment with endpoints without writing code.

💡 For Platform Administrators

Upload your OpenAPI specification files through Debbie's admin interface. You can publish multiple API versions and let developers choose which version to use. Debbie handles routing to the correct Swagger UI instance.