🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location '/v1/onboarding/reseller-merchants-onboarding-status' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"reseller_id": 0,
"page": 1,
"limit": 20,
"search": "string",
"enable_pagination": false,
"is_liable_only": false
}'{
"rows": [
{
"property1": "string",
"property2": "string"
}
],
"all_tags": [
{
"property1": "string",
"property2": "string"
}
],
"total": 0,
"summary": null
}