Sign in

Obtain OAuth2 token

documented

Exchange authorization code for access token.

POST /o/oauth2/tokenAuthenticationno implementation yet0 runs

Input

client_id*
Agendize OAuth2 Client ID
Enter your Agendize OAuth2 client_id
grant_type*
OAuth2 grant_type
authorization_code or refresh_token
code*
Authorization code received from authorization server
Code from the OAuth2 redirect
redirect_uri*
Redirect URI registered for the application
https://yourapp.example.com/oauth2/callback
Calls Agendize as you (your API key is your account); keychains.dev holds the credentials.