Exchange an OAuth2 authorization code for access and refresh tokens. This action is used during the final step of the OAuth2 authorization code flow when building Fibery custom integration apps. After a user authorizes your app on a third-party service and is redirected back wit…
codeRequiredstringThe authorization code received after user authorizes the OAuth2 request. This code is typically obtained from the redirect URL after user consent.
grant_typestringOAuth2 grant type. For authorization code flow, this must be 'authorization_code'.
redirect_uriRequiredstringThe redirect URI (callback URL) that was used in the initial authorization request. Must match exactly the URI registered with the OAuth2 provider.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.