curl --request GET \
--url https://api.tryvital.io/v2/team/{team_id}/physicians \
--header 'x-vital-api-key: <api-key>'
[
{
"first_name": "Jane",
"last_name": "Smith",
"npi": "1234567890"
}
]
Physicians
Get Team Physicians
Retrieve the list of physicians associated with a team. Requires authentication with your team API key.
GET
/
v2
/
team
/
{team_id}
/
physicians
curl --request GET \
--url https://api.tryvital.io/v2/team/{team_id}/physicians \
--header 'x-vital-api-key: <api-key>'
[
{
"first_name": "Jane",
"last_name": "Smith",
"npi": "1234567890"
}
]
curl --request GET \
--url https://api.tryvital.io/v2/team/{team_id}/physicians \
--header 'x-vital-api-key: <api-key>'
[
{
"first_name": "Jane",
"last_name": "Smith",
"npi": "1234567890"
}
]
Was this page helpful?