profiles

Look up a profile

Pass exactly one identifier or property-scoped compact profile reference. An address that moved to another profile in a merge resolves to the survivor.

get/profiles/lookup

Query parameters

emailstring email

Case-insensitive.

phonestring

International format (+15035550142); percent-encode the + as %2B.

external_idstring
profile_refstring
Example:p_Ab3x9

Case-sensitive property-scoped compact profile reference.

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