Overview
This endpoint allows you to retrieve an array of detected accounts for a given user. These are accounts that a user has, but are not yet linked to Knot. Knot automatically detects the existence of accounts with merchants as users interact with products like CardSwitcher.Usage
Detected accounts retrieved from this endpoint can be used to closely personalize the merchants you present to users in your app or through lifecycle marketing campaigns. For example, if a detected account at Uber is present for a user, you can more prominently display Uber to that user in your app or as a push notification/email. Moreover, aggregated detected account information can be useful in designing a rewards program or other product features throughout your app.Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
. Use your client_id
as the username
and your secret
as the password
value.
Query Parameters
Your unique identifier for the user.
Unique identifier for the merchant. If provided, only a detected account for this merchant will be returned.
Response
Successful request. Returns an array of detected merchant accounts.
Merchant information on the Knot platform. This object is not returned if the merchant for the detected account is not yet supported by Knot.
Detected name of the merchant.
"Spotify, Inc."
ISO timestamp when the account was created.
"2025-02-24T11:53:09Z"
ISO timestamp when the account was first detected.
"2025-08-01T17:00:00Z"