Skip to main content
POST
/
rest
/
consultations
/
{id}
/
confirm
Confirm provider connection
curl --request POST \
  --url https://mcp.arlohealth.ai/rest/consultations/{id}/confirm \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": "TRIAGING"
}

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE

Path Parameters

id
string
required

Consultation ID

Response

Provider connection confirmed

success
boolean
status
enum<string>
  • TRIAGING: AI is gathering information
  • PAYMENT_REQUIRED: Triage complete, awaiting payment
  • MATCHING: Being matched with provider
  • ACTIVE: Connected with provider
  • CLOSED: Consultation completed
  • EMERGENCY: Urgent care advised
  • CANCELED: User canceled
  • NOT_STARTED: Not yet started
Available options:
TRIAGING,
PAYMENT_REQUIRED,
MATCHING,
ACTIVE,
CLOSED,
EMERGENCY,
CANCELED,
NOT_STARTED