Batch Documents

All calls to the Match endpoint or the Lookup endpoint return a "batch document" that contains a response code and person document for each request that was sent in the POST body.

To prevent reidentification in RampID use cases, responses are returned in a random order that does not correspond to the input POST body ordering.

Example

[ {
  "code" : 200,
  "document" : {
  "person": {
    "anonymousAbilitec": {
      "anonymousConsumerLink": "XiT001sgRRky74xZ6NrpSsF6z2ucg6TeV8rISolIhOMe-R94lh47QP2xuVITxFm6otlyrB"
    }
  }
}{
  "code" : 200,
  "document" : {
  "person": {
    "anonymousAbilitec": {
      "anonymousConsumerLink": "XiT001xuVITx94lh47QP2xuVITxFmyrBF6z2ucg6TeV8rIe-R94lh47Qh47QP2xrIhz2u"
    }
  }
}

📘

Pseudonymous identifier

In the context of the RampID API, references to "anonymousAbilitec" indicate resolving to people-based pseudonymous online identifiers. For more information, see "RampID Methodology" in the Identity documentation.