URnetwork
Copyright 2024 BringYour, Inc.
Create a spec object for find-providers2 using a description of the intended use of the network.
find-providers2
description of the intended use of the connection
const response = await fetch('https://api.bringyour.com/network/create-provider-spec', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "specs": [ { "location_id": "text", "location_group_id": "text", "client_id": "text", "best_available": false } ] }