Skip to content

Get individual by ID

GET
/policyholders/{id}/individuals

Returns a single individual client by hashed ID.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

Individual policyholder

application/json
JSON
{
  
"id": "string",
  
"email": "string",
  
"phoneNumber": "string",
  
"physicalAddress": "string",
  
"firstName": "string",
  
"lastName": "string",
  
"idNumber": "string",
  
"idType": "string",
  
"gender": "string",
  
"type": "string",
  
"status": "string",
  
"createdAt": "string",
  
"updatedAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies