Skip to main content
POST
Create Next Of Kin

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string<uuid>
required

Body

application/json

Fields required to add a new emergency contact.

relationship
string
required
fullName
string
required
phone
string | null
email
string | null
address
string | null

Response

Successful Response

API response shape (camelCase).

id
string<uuid>
required
relationship
string
required
fullName
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
phone
string | null
email
string | null
address
string | null