Skip to main content
GET
SDK (@phosra/sdk)
A child belongs to a family and is the subject every policy, enforcement job, and rating lookup is scoped to. Add a child with a birth_date and Phosra derives age-appropriate rating tiers automatically.

Authorizations

Authorization
string
header
required

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

Path Parameters

familyID
string<uuid>
required

Response

Children list

id
string<uuid>

Unique identifier for this resource.

family_id
string<uuid>

Identifier of the family this resource belongs to.

name
string

Human-readable display name.

birth_date
string<date-time>

Child's date of birth (YYYY-MM-DD). Used to derive the age-appropriate policy.

avatar_url
string

URL of the profile image.

created_at
string<date-time>

RFC 3339 timestamp of when the resource was created.