body (raw JSON array)array[string]Required: Yes["54ff8cd5-7497-4f46-9c0c-c6b8c0d10d04"]Array of 1–100 Openmart IDs (UUID v4 format). The size must be in [1, 100] — outside that returns 422 "the number of ids should be between 1 and 100". Entries that are not valid UUIDs are silently dropped before the datacenter call; if every entry is invalid you get 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 'X-API-Key: <your_api_key>' \
--header 'Content-Type: application/json' \
--data '["54ff8cd5-7497-4f46-9c0c-c6b8c0d10d04","3f77d0ec-15c3-40d4-8a48-b74d7c009822"]'