Appearance
recipient
The package recipient, present when a valid recipient_token query parameter exists in the package URL. Recipients are configured in the package settings.
ACCESS
Directly accessible in:
PackageExample
json
{
"id": 1,
"package_id": 1,
"token": null,
"name": null,
"email": "contact@client.com",
"last_viewed_at": "2025-01-31 12:00:00",
"selections": [{
"id": 1,
"package_recipient_id": 1,
"package_model_id": 1,
"is_selected": null,
"comments": null,
"timestamp": "2025-01-31 12:00:00",
"model_name": "Sarah Jones",
"model_headshot_url": "https://cdn.syngency.com/[agencyId]/models/[modelId]/headshots/[imageId].jpg?[cacheString]"
}]
}Properties
id
integerpackage_id
integertoken
stringname
stringemail
stringlast_viewed_at
datetimeselections
arrayModels selected or shortlisted by this recipient.
id
integerpackage_recipient_id
integerpackage_model_id
integeris_selected
booleancomments
stringtimestamp
datetimemodel_name
stringmodel_headshot_url
stringFormat: absolute-url