post
https://api.sb.spidrsrv.com/ztm/v1/linked-institution/session/simulate-link
Simulates a user completing the Plaid Link flow by generating a sandbox public token. This endpoint is for sandbox/non-production environments only.
Use this endpoint to test the linked institution flow without requiring a user to go through the Plaid Link UI.
Flow:
- Call
session/createto get alinkedInstitutionSessionId - Call this endpoint (
session/simulate-link) to get apublicToken - Call
session/completewith thepublicToken
Note: This endpoint will fail in production environments or when configured with a non-sandbox Plaid URL.