Response
200 - application/json
A list of sellers
curl --request GET \
--url 'http://{{baseurl}}/api/v1/sellers'{
"data": [
{
"id": 123,
"cid": 123,
"company_name": "<string>",
"address": "<string>",
"telephone": "<string>"
}
]
}curl --request GET \
--url 'http://{{baseurl}}/api/v1/sellers'{
"data": [
{
"id": 123,
"cid": 123,
"company_name": "<string>",
"address": "<string>",
"telephone": "<string>"
}
]
}A list of sellers
Show child attributes