cURL
curl --request GET \ --url https://api.tryvisible.com/provider \ --header 'Authorization: Bearer <token>'
[ { "taxID": "<string>", "NPI": "<string>", "address": "<string>" } ]
Provides a list of providers or a specific provider based on an ID query parameter.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Provider ID to filter the list
Provider(s) found
Tax Identification Number
National Provider Identifier
Provider address