post https://development.knotapi.com/merchant/list
This endpoint allows you to retrieve a list of merchants that match certain parameters you provide in the request. The response will include the following fields for each merchant:
Field | Type | Description |
---|---|---|
id | integer | The merchant's unique ID (across all environments). |
name | string | The merchant's name. |
logo | string | The merchant's logo. |
status | string | The status of the user's lifecycle in connecting to the merchant across all sessions. See possible statuses here. Only available if providing an external_user_id in the request. |