Skip to main content
GET
/
merchant
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "businessname": "Rogue 6 Ready Mix",
      "email": "[email protected]",
      "first_name": "JP",
      "join_date": "2024-06-05T13:44:25.000Z",
      "last_name": "Gound",
      "merchant_id": "b9518c1f-2341-11ef-af4e-0ef0812e6179",
      "phonenumber": "1234567895",
      "public_data": {
        "public_key": "b03d94339a5a899509e3b05266a1f601"
      },
      "website": "https://testwebsite.com/"
    },
    {
      "businessname": "Celtic Ready Mix",
      "email": "[email protected]",
      "first_name": "Drew",
      "join_date": "2024-07-22T19:18:36.000Z",
      "last_name": "Rice",
      "merchant_id": "31c5d8c7-485f-11ef-af4e-0ef0812e6179",
      "phonenumber": "1234567895",
      "public_data": {
        "public_key": "38dbd500cb2b0d1c9f4eaac18c0ad131"
      },
      "website": "https://testwebsite.com/"
    },
    {
      "businessname": "Slab Ready Mix",
      "email": "[email protected]",
      "first_name": "MJ",
      "join_date": "2024-08-20T18:44:35.000Z",
      "last_name": "Mann",
      "merchant_id": "3f5fa50c-5f24-11ef-bae5-0ef0812e6179",
      "phonenumber": "1234567895",
      "public_data": {
        "public_key": "17fd596bb19ad222eaf0207582ce62da"
      },
      "website": "https://testwebsite.com/"
    }
  ],
  "message": "Merchants fetched successfully",
  "result": true
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Get Merchants by Client

data
object[]
Example:
[
{
"businessname": "Rogue 6 Ready Mix",
"email": "[email protected]",
"first_name": "JP",
"join_date": "2024-06-05T13:44:25.000Z",
"last_name": "Gound",
"merchant_id": "b9518c1f-2341-11ef-af4e-0ef0812e6179",
"phonenumber": "1234567895",
"public_data": {
"public_key": "b03d94339a5a899509e3b05266a1f601"
},
"website": "https://testwebsite.com/"
},
{
"businessname": "Celtic Ready Mix",
"email": "[email protected]",
"first_name": "Drew",
"join_date": "2024-07-22T19:18:36.000Z",
"last_name": "Rice",
"merchant_id": "31c5d8c7-485f-11ef-af4e-0ef0812e6179",
"phonenumber": "1234567895",
"public_data": {
"public_key": "38dbd500cb2b0d1c9f4eaac18c0ad131"
},
"website": "https://testwebsite.com/"
},
{
"businessname": "Slab Ready Mix",
"email": "[email protected]",
"first_name": "MJ",
"join_date": "2024-08-20T18:44:35.000Z",
"last_name": "Mann",
"merchant_id": "3f5fa50c-5f24-11ef-bae5-0ef0812e6179",
"phonenumber": "1234567895",
"public_data": {
"public_key": "17fd596bb19ad222eaf0207582ce62da"
},
"website": "https://testwebsite.com/"
}
]
message
string
Example:

"Merchants fetched successfully"

result
boolean
Example:

true