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/merchant/list \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "card_switcher",
"platform": "ios",
"search": "<string>",
"external_user_id": "<string>"
}
'{
"id": 45,
"name": "Walmart",
"category": "Online shopping",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png"
}Retrieve a list of available merchants.
curl --request POST \
--url https://development.knotapi.com/merchant/list \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "card_switcher",
"platform": "ios",
"search": "<string>",
"external_user_id": "<string>"
}
'{
"id": 45,
"name": "Walmart",
"category": "Online shopping",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png"
}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.
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 retrieving merchants.
Product for which the merchants are available.
card_switcher, transaction_link, shopping, vault "card_switcher"
Platform for which the merchants are available. Providing this parameter in the request will return the min_sdk_version parameter in the response.
ios, android, web "ios"
Name of a specific merchant.
Successful request.
Without min_sdk_version parameter.
Static unique ID of the merchant (across all environments). This ID remains constant and does not change.
10
Name of the merchant.
"Uber"
Category of the merchant.
"Transportation"
Logo URL for the merchant.
"https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png"
Was this page helpful?
Suggestions