Was this helpful?
Create a spec object for find-providers2 using a description of the intended use of the network.
find-providers2
/network/create-provider-spec
description of the intended use of the connection
curl -L \ --request POST \ --url 'https://api.bringyour.com/network/create-provider-spec' \ --header 'Content-Type: application/json'
{ "specs": [ { "location_id": "text", "location_group_id": "text", "client_id": "text", "best_available": true } ] }