Products
Claims
Policies
Request policies
POST
/
request-policies
Request policies
Copy
curl --request POST \
--url https://staging.yasmina.ai/api/v1/medical/request-policies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"insured": [
{
"name": "<string>",
"nationality_iso": "<string>",
"category": "basic",
"nationality_id": "<string>",
"iqama_id": "<string>",
"number_of_dependents": 123,
"date_of_birth": "<string>"
}
],
"company_id": 123
}'
Copy
This response has no body data.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request policies
Copy
curl --request POST \
--url https://staging.yasmina.ai/api/v1/medical/request-policies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"insured": [
{
"name": "<string>",
"nationality_iso": "<string>",
"category": "basic",
"nationality_id": "<string>",
"iqama_id": "<string>",
"number_of_dependents": 123,
"date_of_birth": "<string>"
}
],
"company_id": 123
}'
Copy
This response has no body data.
Assistant
Responses are generated using AI and may contain mistakes.