Skip to content

Get all corporates

GET
/policyholders/corporates

Returns a paginated list of corporate clients registered under your partner account.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

Query
Type
string
PageNumber
Type
integer
PageSize
Type
integer

Responses

Paginated list of corporates

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies