Obtains an OAuth2 token for authenticating and authorizing requests to the Blackboard API. This endpoint is essential for securing access to Blackboard's resources and should be used before making any API calls that require authentication. The token obtained from this endpoint i…
codestringThe authorization code granted by an end user for use by an application in Oauth2 Authorization Code Workflow
grant_typestringThe Grant Type. Acceptable values include: "client_credentials", "authorization_code" (since 3200.7.0), or "refresh_token" (since 3200.7.0).
redirect_uristringThe redirectUri to send the end user to once an access token response is made in Oauth2 Authorization Code Workflow **Since**: 3200.7.0
code_verifierstringThe code_verifier to be passed along with authorization code if PKCE standard was used to grant the authorization code. **Since**: 3700.4.0
refresh_tokenstringThe refresh token granted for use by an application in Oauth2 Refresh Token Workflow **Since**: 3200.7.0
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
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.