v1
latestOpenAPI 3.1.02026-07-262218115.4 KBRetrieve a list of available merchants.
post/merchant/list
Request body
Example request
{
"type": "card_switcher",
"platform": "ios"
}Response
Successful request.
Example response
[
{
"id": 10,
"name": "Uber",
"category": "Transportation",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png",
"popular": true,
"min_sdk_version": "2.0.5"
}
]