Create identity envelopes for multiple RampIDs using a batch call.

📘

Closed Beta

Identity Envelope Creation via API is not yet generally available. If you're interesting in participating in the beta test, please contact your LiveRamp representative.

You can use the Identity Envelope Creation API to create encrypted identity envelopes for RampIDs.

  1. Create a JSON file to contain the RampIDs you want envelopes for.
    [
      "/people/anonymousAbilitec/XY10053iTrPxPU2SqkcQyP49F0LdrQxdAiKjmSz7jP58s7Nq4",
      "/people/anonymousAbilitec/{RAMPID}",
      …
    ]
    
  2. Make a POST call to https://us.am.identity.api.liveramp.com/v1/batch/lookup:
    curl --request POST \
         --url https://us.am.identity.api.liveramp.com/v1/batch/lookup/ \
         --header 'accept: application/json' \
         --header 'content-type: application/json'
         --data 'JSON DATA HERE'
    
Language
Authorization
OAuth2