Skip to main content
DRUO Merchant API

Connect API

The Connect API allows you to generate Connect Links that End Users go through to connect their account to the merchant on DRUO.

How it works

  • Create a Connect Link and share it with the end user when an account connection is required.
  • Direct the user to the Connect Link
  • Expire the Connect Link if no new connections are required with the same data.
  • Use the Accounts API to check on the status of the connected accounts or connection attempts.
All of our endpoints require a Bearer token that you can obtain here to make any type of request.

Create Connect Link

POST /connect/link/create
Creates a new Connect Link.

Expire Connect Link

PUT /connect/link/:connect_link_uuid/expire
Sets the Connect Link to expired = TRUE. User won't be able to access the link.

Get Connect Link

GET /connect/link/:connect_link_uuid
Returns the details of an existing Connect Link.

List Connect Link

GET /connect/link/list/:merchant_id
Returns a list of Connect Link objects that belong to the merchant.