Sign in

OAuth Token Exchange

documented

Exchange an authorization code for an access token.

POST /oauth/tokenAuthenticationno implementation yet0 runs

Input

redirect_uri
Redirect URI
https://yourapp/callback
code
Authorization Code
your_auth_code
client_id*
Timely Client ID
your_client_id
client_secret*
Timely Client Secret
your_client_secret
grant_type*
Grant Type
authorization_code
Calls Timely as you (your API key is your account); keychains.dev holds the credentials.