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