Skip to main content
GET
/
user
/
lookups
User Lookups
curl --request GET \
  --url https://api.ayrshare.com/api/user/lookups \
  --header 'Authorization: Bearer <token>'
{
    "x": [
        {
            "userId": "1322691",
            "userName": "neilpatel",
            "name": "Neil Patel"
        },
        {
            "userId": "20536157",
            "userName": "Google",
            "name": "Google"
        }
    ]
}

Documentation Index

Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.

Header Parameters

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