Body
application/json
Response
Care Team Created
The response is of type object
.
curl --request POST \
--url https://api.axlehealth.com/api/v2-stable/care-teams \
--header 'Content-Type: application/json' \
--data '{
"patients": [
{
"patient_id": "a2b34371-99d2-4e7e-9d05-dc56e168b2aa"
}
],
"clinicians": [
{
"clinician_id": "bfa23251-4e6e-4ddb-9096-171750871787"
}
]
}'
{
"care_team_id": "a8af0bfa-98ba-4c57-892f-9123a3c69d7b"
}
curl --request POST \
--url https://api.axlehealth.com/api/v2-stable/care-teams \
--header 'Content-Type: application/json' \
--data '{
"patients": [
{
"patient_id": "a2b34371-99d2-4e7e-9d05-dc56e168b2aa"
}
],
"clinicians": [
{
"clinician_id": "bfa23251-4e6e-4ddb-9096-171750871787"
}
]
}'
{
"care_team_id": "a8af0bfa-98ba-4c57-892f-9123a3c69d7b"
}
Care Team Created
The response is of type object
.