Skip to main content
GET
/
api
/
v1
/
auth
/
merchants
List master merchants (vendors)
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/merchants \
  --header 'Authorization: Bearer <token>'
{
  "merchants": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_id
integer
required
Required range: x >= 1
page_size
integer
required
Required range: 5 <= x <= 50

Response

200 - application/json

List of merchants

merchants
any[]