OAuth API
Authentication and authorization for Corgi API access.
Coming Soon
This API reference documentation is currently under development.
Overview
The OAuth API provides endpoints to: - Authorize applications - Exchange authorization codes for tokens - Refresh access tokens - Revoke tokens
Base Path
/api/v1/oauth
Authentication
OAuth endpoints handle authentication flows. See the main API documentation for details.
This documentation will be expanded with detailed endpoint specifications, examples, and response formats.