body (raw JSON array)array[string]Required: Yes["ChIJfeiVPq-AhYARoD84VjA_-Tg"]Array of 1–100 Google Place IDs. The size must be in [1, 100] — outside that returns 422 "the number of ids should be between 1 and 100". Unlike the openmart_id variant, entries are not validated client-side; every string is forwarded to the datacenter. IDs without a matching record are silently omitted from the response.
curl --request GET \
--url https://api.openmart.ai/api/v1/business_records/list/google_place_id \
--header 'Accept: application/json' \
--header 'X-API-Key: <your_api_key>' \
--header 'Content-Type: application/json' \
--data '["ChIJfeiVPq-AhYARoD84VjA_-Tg","ChIJN1t_tDeuEmsRUsoyG83frY4"]'