انتقل إلى المحتوى الرئيسي

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:

KeyTypeDescription
idintegerThe insurance company id.
name_enstringThe insurance company name in English.
name_arstringThe insurance company name in Arabic.
logostringThe 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