Insurance Companies
Get Insurance Companies
The "Get Insurance Companies" API provides retrieve a list of insurance companies. This feature is particularly valuable when users need to select an insurance company during the process of creating a prescription. By offering a list of available insurance companies, this API enhances the prescription creation experience, ensuring users can easily choose the relevant insurance provider.
Endpoint:
api/customer/insurance-companies
HTTP Method:
GET
Success Response:
Key | Type | Description |
---|---|---|
id | integer | The insurance company id. |
name_en | string | The insurance company name in English. |
name_ar | string | The insurance company name in Arabic. |
logo | string | The insurance company logo. |
{
"code": 200,
"message": "Success",
"data": [
{
"id": 1,
"name_en": "Company 1",
"name_ar": "Company 1",
"logo": "default.png",
"created_at": "2023-08-27T09:00:19.000000Z",
"updated_at": "2023-08-27T09:00:21.000000Z"
}
],
"meta": []
}
معلومات
Check the following section to learn more about the Insurance Companies API Reference