URnetwork
Copyright 2024 BringYour, Inc.
Randomly sample providers that for a location or group, which are active and in good health. This allows random iteration by using the exclude input to mark visited providers.
udid
const response = await fetch('https://api.bringyour.com/network/find-providers', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "client_ids": [ "text" ] }