Reopen Conversation
Reopen a closed conversation (only pharmacy/admin can reopen)
Overview
- Method: POST
- Path:
/pharmacy/messaging/conversations/conversations/<conversationId>/reopen - Tags: pharmacy
Parameters
conversationId (path)
- Type:
string - Required: Yes
- Description: conversationId parameter
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"id": "string",
"status": {},
"reopenedAt": "string"
}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/pharmacy/messaging/conversations/conversations/<conversationId>/reopen \
-H "Content-Type: application/json" \