cURL
curl --request POST \ --url https://api.example.com/v2/profiles \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "account_id": "<string>", "action": "<string>", "params": { "profile_url": "<string>", "identifier": "<string>" } } '
{ "success": true, "data": { "visited": true, "profile_url": "https://www.linkedin.com/in/johndoe" }, "metadata": { "action": "visit", "account_id": "your-account-id", "credits_consumed": 1, "timestamp": "2026-04-26T10:35:00Z" } }
Visit a profile to trigger a profile view notification.
"visit"
Show params properties
linkedin_url
identifier
profile_url
Show data properties
true
Show metadata properties
Was this page helpful?