POST
/
merchant
/
list
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>",
  "status": "<string>"
}'
{
  "id": 10,
  "name": "Uber",
  "logo": "https://storage.googleapis.com/knot-api/merchants/8pflGg1roAFAbdEl03zpl2dlYh54ZTmtq3yQ5NdO.png"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
The input parameters required for retrieving merchants.

The body is of type object.

Response

200
application/json
Successful request.

The response is of type object.