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"