Integration Credentials
Create From Oauth Callback
Create a new credential from an OAuth callback.
Finalizes the OAuth flow for a given provider:
- The frontend initiates the flow by taking the user to the provider's authorization page.
- The user authorizes the application and is redirected back to the frontend.
- The frontend sends the code to this endpoint.
- This endpoint creates a new credential for the provider and returns a credential card.
post/api/v1/integrations/credentials/oauth/callback
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.