Response
sync catalog response
The response is of type object
.
curl --request POST \
--url https://api.wapikit.com/api/organization/catalogs/sync
{
"isSynced": true
}
sync a catalog
curl --request POST \
--url https://api.wapikit.com/api/organization/catalogs/sync
{
"isSynced": true
}
sync catalog response
The response is of type object
.
Was this page helpful?