Skip to main content
GET
/
sellers
Get all sellers
curl --request GET \
  --url 'http://{{baseurl}}/api/v1/sellers'
{
  "data": [
    {
      "id": 123,
      "cid": 123,
      "company_name": "<string>",
      "address": "<string>",
      "telephone": "<string>"
    }
  ]
}

Response

200 - application/json

A list of sellers

data
object[]
required