Skip to main content
API Reference

The following documentation is also available in these formats:

API Reference v1.0

/users/{username}/providers

get

Parameters

ParameterInTypeRequiredDescription
username path string true

Responses

StatusDescriptionSchema
200

OK

{
  "providers": [
    {
      "code": "string",
      "name": "string"
    }
  ]
}
ProviderResponse

/upw-appointments.csv

get

Parameters

ParameterInTypeRequiredDescription
providerCode query string true
date query string false

Responses

StatusDescriptionSchema
200

OK

Schemas

Provider

NameTypeRequiredDescriptionSchema
code string true
name string true

ProviderResponse

NameTypeRequiredDescriptionSchema
providers array true Provider