Skip to main content
POST
/
request-policies
Issue policies
curl --request POST \
  --url https://production.yasmina.ai/api/v1/medical/request-policies \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Body

application/json
insured
object[]
company_id
integer

One of the company ids that were created from the company API

Response