Skip to main content
POST
/
api
/
v2
/
integrations
/
wellsky
/
{slug}
/
patients
Add a patient to WellSky
curl --request POST \
  --url https://api.example.com/api/v2/integrations/wellsky/{slug}/patients \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {}
}'
{
  "error": "<string>",
  "message": "<string>",
  "statusCode": 123,
  "details": {}
}

Path Parameters

slug
string
required

The slug of the WellSky connection.

Body

application/json
data
object
required

The data to add the patient to WellSky.

Response

Default Response