body (raw JSON array)array[string]Required: Yes["54ff8cd5-7497-4f46-9c0c-c6b8c0d10d04"]Array of 1–100 Openmart IDs (UUID format). Invalid IDs are skipped. If every ID is invalid, the API returns 422 "no valid UUIDs provided".
curl --request GET \
--url https://api.openmart.ai/api/v1/business_records/list/openmart_id \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <your_api_key>' \
--header 'Content-Type: application/json' \
--data '["54ff8cd5-7497-4f46-9c0c-c6b8c0d10d04","3f77d0ec-15c3-40d4-8a48-b74d7c009822"]'