cURL
curl --request GET \ --url https://crypto.westminister.tech/api/v1/auth/merchants \ --header 'Authorization: Bearer <token>'
{ "merchants": [ "<unknown>" ] }
Returns paginated list of vendors with no parent_vendor_id (master merchants).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
5 <= x <= 50
List of merchants