Find providers

post

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.

Body
location_idstringOptional

udid

location_group_idstringOptional

udid

countintegerOptional
exclude_location_idsstring[]Optional

udid

Responses
200Success
application/json
post
POST /network/find-providers HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 91

{
  "location_id": "text",
  "location_group_id": "text",
  "count": 1,
  "exclude_location_ids": [
    "text"
  ]
}
200Success
{
  "client_ids": [
    "text"
  ]
}

Was this helpful?