GET
cURL

Authorizations

Authorization
string
header
required

JWT bearer token. App-user tokens are issued by POST /auth/token (the partner backend calls it as its platform service account); admin and dashboard tokens are issued via OIDC login.

Path Parameters

user_id
string
required

User ID

Query Parameters

status
null | enum<string>

Insurance policy lifecycle status.

Available options:
PENDING,
VERIFICATION,
APPROVED,
ISSUED,
REQUIRES_CUSTOMER_RENEWAL_IN_GRACE,
REQUIRES_POLICY_REISSUANCE,
REQUIRES_CUSTOMER_RENEWAL,
EXPIRED,
REJECTED
benefit_id
string
required
benefit_provider_id
string
required
limit
integer<int32> | null
offset
integer<int32> | null

Response

List of insurance policies with benefit details

data
object[]
required
limit
integer<int32>
required
offset
integer<int32>
required
total
integer<int64>
required