GET
/
public
/
v1
/
service-locations
/
{service_location_id}
/
provider-place-of-services
curl --request GET \
  --url https://api.silnahealth.com/public/v1/service-locations/{service_location_id}/provider-place-of-services \
  --header 'Authorization: Bearer <token>'
{
  "has_more": true,
  "records": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "place_of_service_code": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "code": "11",
        "name": "Office",
        "description": null
      }
    }
  ],
  "first_id": null,
  "last_id": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

service_location_id
string
required

Query Parameters

starting_after
string
ending_before
string
limit
integer

Response

200
application/json
has_more
boolean
required
records
object[]
required

Provider Place of Service

first_id
string | null
last_id
string | null