These docs are for v1.1. Click to read the latest docs for v2.9.0.

API Access

❗️

Security

LiveRamp's API provides fully-permissioned access to your account. Guard access to your key carefully!

Acquiring an API Key

To acquire or reset your API key, contact your LiveRamp representative.

Authenticating with the API

You will pass an API key along with each request using a X-Api-Key header.

curl -H "Content-Type: application/json" -H "X-Api-Key:abc123456789"