OAuth authorize
documentedInitiate the OAuth 2.0 authorization flow to obtain an authorization code.
GET /oauth2/authorizeAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I couldn't locate official Biztera API documentation for /oauth2/authorize. Public references for Biztera's API are scarce, and the only publicly visible example I can verify is a Biztera endpoint used in a community integration (base URL seen as https://biztera.com/api/v1/me and Bearer token auth), which suggests the base API path is https://biztera.com/api/v1. This means the following is a best-guess based on common OAuth2 patterns and the limited public reference; please verify against Biztera's official docs. ([pipedream.com](https://pipedream.com/apps/biztera/integrations/qr-api?utm_source=openai))