Linkless API integration

Deck API - Linkless Integration Guide

This documentation covers the Linkless integration scenario, enabling clients to connect accounts directly by calling Deck API endpoints and optionaly handling Deck's webhooks. This approach provides flexibility for clients to implement a fully custom user experience (UX) while maintaining compatibility with Deck's infrastructure.

Overview

The Linkless integration allows clients to bypass the Deck Link widget, using a combination of:

  1. Deck API calls for sending inputs such as credentials or MFA code.
  2. Either
    1. Webhooks to respond to specific events like MFA challenges and data updates.
    2. Polling an endpoint to get the connection status and respond to it.

This flow supports both sandbox testing and production environments, providing robust tools for development and deployment.