profiles
Retrieve a profile
A merged-away ID returns the source profile's frozen pre-merge snapshot: status: merged with merged_into set. Writes addressed to that ID follow the permanent alias and apply to the survivor.
get/profiles/{profile_id}
Query parameters
expandstring[]
Headers
Postscript-Versionstring date
Example:2026-07-23
Overrides the key's pinned API revision for this request.
Response
The profile.
Example response
{
"data": {
"created_at": "2026-07-23T17:32:01.123456Z",
"identifiers": [
{
"created_at": "2026-07-23T17:32:01.123456Z",
"type": "email",
"updated_at": "2026-07-23T17:32:01.123456Z",
"verified_at": "2026-07-23T17:32:01.123456Z"
}
],
"updated_at": "2026-07-23T17:32:01.123456Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.