POST
/
care-teams
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"
}

Body

application/json

Response

201
application/json

Care Team Created

The response is of type object.