OAuth Authorization Code
This configuration accepts five parameters;
- Client ID and Client Secret, these are the credentials for your authentication
- Scopes, which controls the access for your tokens
- The authorization url, which is used for the initial redirect and any refresh requests
- The token url, which swaps the auth code with an auth token, in the initial request only
Initial configuration
After creating your webhook auth, you'll need to perform the initial token fetch using the Perform Authorization button on the overview screen.
Note too that your oauth app will need to accept the Redirect URI which is shown on-screen.
Token refresh
Tokens are refreshed daily.