OAuth Authorization
documentedRedirect user to Timely for OAuth authorization to obtain an authorization code.
GET /oauth/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)
npx -y keychains@latest curl "https://api.timelyapp.com/1.1/oauth/authorize?response_type=code&redirect_uri={{$redirect_uri}}&client_id={{$client_id}}" \
-X GET \
-H "Accept: application/json"