post https://api.pneumahealth.co/consults//messages
Send a message to a provider during an encounter
Log in to see full request history
This endpoint is authenticated by the public API key
Responses
Send a message to a provider during an encounter
This endpoint is authenticated by the public API key
xxxxxxxxxx
11curl --request POST \
--url https://api.pneumahealth.co/consults/cnr42xwk7uw9hn6/messages \
--header 'Authorization: Bearer j72nw6niu527coanz7b8' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"content": "text",
"type": "text"
}
'
Try It!
to start a request and see the response here! Or choose an example: