Try asking a question about Knot to the AI assistant, or install the MCP server or Knot skill to build with AI right from your IDE.
curl --request POST \
--url https://development.knotapi.com/detected-accounts/search \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"external_user_id": "123abc",
"names": [
"Meta",
"Uber",
"johnson & johnson",
"tiktok"
]
}
'Search for a user’s merchant accounts online.
curl --request POST \
--url https://development.knotapi.com/detected-accounts/search \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"external_user_id": "123abc",
"names": [
"Meta",
"Uber",
"johnson & johnson",
"tiktok"
]
}
'Documentation Index
Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt
Use this file to discover all available pages before exploring further.
names. For each name, the response indicates whether the user has a detected account. This is useful for developers with a predefined list of companies or offers who want to determine whether they apply to a given user.
Call this endpoint upon receiving the NEW_DETECTED_ACCOUNTS_AVAILABLE webhook.
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.
The input parameters required for identifying a user's account at a merchant.
Successful request.
Was this page helpful?
Suggestions