GET
/
policies
List policies
curl --request GET \
  --url https://staging.yasmina.ai/api/v1/medical/policies \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "meta_data": {
      "name": "<string>",
      "nationality_iso": "<string>",
      "category": "basic",
      "nationality_id": "<string>",
      "iqama_id": "<string>",
      "number_of_dependents": 123,
      "date_of_birth": "<string>"
    },
    "start_date": "<string>",
    "provider_policy_id": 123,
    "provider_policy": "<string>",
    "order_status": 123,
    "approval_status": 123,
    "end_date": "<string>",
    "is_claimed": true,
    "created_at": "<string>",
    "updated_at": "<string>",
    "client_id": "<string>",
    "canceled_at": "<string>",
    "invoice": "<string>",
    "cancellation_document": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

company_id
number

Response

200
application/json

The response is of type object[].