Skip to main content
POST
/
medical-forms
/
fill
Fill Medical forms
curl --request POST \
  --url https://portal.yasmina.ai/api/v1/medical/medical-forms/fill \
  --header 'Authorization: Bearer <token>'
{
  "code": "40101",
  "message": "Unauthenticated"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Forms dispatched successfully