Skip to content

Get all insurers

GET
/insurers

Returns the list of insurance companies available on the Inshuwa platform.

Authorizations

BearerAuth
Type
HTTP (bearer)

Responses

List of insurers

application/json
JSON
[
  
{
  
  
"id": "string",
  
  
"name": "string",
  
  
"code": "string"
  
}
]

Playground

Authorization

Samples

Built with ❤️ by Hobbiton Technologies