POST
/
medical-forms
/
dispatch
Dispatch Medical forms
curl --request POST \
  --url https://staging.yasmina.ai/api/v1/medical/medical-forms/dispatch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "company_id": 123,
  "ids_or_emails": [
    "<string>"
  ]
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Body

application/json

The national Ids of the people you need to dispatch the medical forms. Emails also work

Response

204

Forms dispatched successfully