cURL
curl --request GET \ --url https://api.agntdata.dev/v1/linkedin/about-this-profile \ --header 'Authorization: <api-key>'
{ "type": "object", "properties": { "success": { "type": "boolean" }, "message": { "type": "string" }, "data": { "type": "object", "properties": { "Contact information": { "type": "string" }, "Joined": { "type": "string" }, "Profile photo": { "type": "string" }, "isVerified": { "type": "boolean" } } } } }
Get profile verification details, profile’s joined, contact information updated, and profile photo updated date
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
200
Show child attributes