Authentication
The Profiling Data API allows REST clients to authenticate themselves with an API key using a HTTP header.
To ensure your API request is authenticated correctly, add your API key to the X-Api-Key
HTTP header value:
X-Api-Key: ABC123
Updated about 4 years ago