OAuth authorize
documentedInitiate the OAuth 2.0 authorization flow to obtain an authorization code.
GET /oauth2/authorizeAuthenticationno implementation yet0 runsInput
response_type*
OAuth response type
code
client_id*
Biztera Client ID
Enter Biztera Client ID
redirect_uri*
Redirect URI
https://yourapp.example.com/callback
scope
OAuth scopes
openid profile email
state
CSRF state
random state string
code_challenge
PKCE code_challenge
PKCE code_challenge
code_challenge_method
PKCE code_challenge_method
S256
Calls Biztera as you (your API key is your account); keychains.dev holds the credentials.