ACME API Documentation logo

User Lookups

Retrieve the users (handles) looked up for the current month.

GEThttps://api.acme.com/api/user/lookups
Available on Business, Enterprise plans.

Retrieve the users (handles) looked up for the current month. Users tracked when using the userId or userName fields for the analytics or history endpoints.

Note: Requires the X add on. Please contact your account manager for details.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
{
    "x": [
        {
            "userId": "1322691",
            "userName": "neilpatel",
            "name": "Neil Patel"
        },
        {
            "userId": "20536157",
            "userName": "Google",
            "name": "Google"
        }
    ]
}