Get all connected accounts for an entity

Check if an entity has a connected account for a particular app

Fetch the Connection Parameters

You can use connection parameters locally to build custom actions. The following parameters are typically available:

  • status: Current state of the connection (initiated, active, or failed)
  • refresh_token: Token used to obtain new access tokens
  • expires_in: Token expiration time in seconds
  • token_type: Type of token (usually “Bearer”)
  • base_url: Base URL for API requests
  • Additional parameters specific to the connected service

Example of how connection params would look like

You can fetch connection details after user is redirected back to your app (If redirect was needed) and connectionStatus & connectedAccountId will be available in the query params.