Skip to main content
GET
/
provider
cURL
curl --request GET \
  --url https://api.tryvisible.com/provider \
  --header 'Authorization: Bearer <token>'
[
  {
    "taxID": "<string>",
    "NPI": "<string>",
    "address": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

id
integer<int64>

Provider ID to filter the list

Response

Provider(s) found

taxID
string
required

Tax Identification Number

NPI
string
required

National Provider Identifier

address
string
required

Provider address