We just GoLive API Rate Limits. Please follow up
curl --location --request GET 'https://api.omisell.com/api/v2/public/seller-by-partner/list?page&page_size' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
{
"data": {
"count": 1,
"next": null,
"previous": null,
"results": [
{
"seller_id": 111111,
"email": "[email protected]",
"phone": "639123456789",
"last_login": "2024-07-03T08:29:20.853276Z",
"date_joined": "2024-03-15T04:45:09.032874Z",
"avatar": ""
}
]
},
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "",
"request_id": "668510a214053496b4d44bc6"
}