Skip to content

Get corporate by ID

GET
/policyholders/{id}/corporates

Returns a single corporate client by hashed ID.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

Corporate policyholder

application/json
JSON
{
  
"id": "string",
  
"email": "string",
  
"phoneNumber": "string",
  
"physicalAddress": "string",
  
"name": "string",
  
"taxPayerId": "string",
  
"postalAddress": "string",
  
"registrationNumber": "string",
  
"contactPerson": "string",
  
"contactPersonPhoneNumber": "string",
  
"type": "string",
  
"status": "string",
  
"createdAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies