curl -X POST "https://api.getstrato.dev/v1/kols" \ -H "Authorization: Bearer sk_live_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "full_name": "Dr. Michael Rodriguez", "title": "Director of Orthopedic Surgery", "institution": "Johns Hopkins Hospital", "department": "Orthopedics", "specialties": ["orthopedic_surgery", "sports_medicine"], "expertise_areas": ["knee_replacement", "robotic_surgery"], "tier": "tier_2", "email": "[email protected]", "location": { "city": "Baltimore", "state": "MD", "country": "US" }, "tags": ["robotic_surgery", "potential_speaker"] }'
{ "data": { "id": "kol_mno456", "full_name": "Dr. Michael Rodriguez", "title": "Director of Orthopedic Surgery", "institution": "Johns Hopkins Hospital", "department": "Orthopedics", "specialties": ["orthopedic_surgery", "sports_medicine"], "expertise_areas": ["knee_replacement", "robotic_surgery"], "tier": "tier_2", "engagement_level": "low", "email": "[email protected]", "location": { "city": "Baltimore", "state": "MD", "country": "US" }, "tags": ["robotic_surgery", "potential_speaker"], "event_count": 0, "created_at": "2024-01-20T14:30:00Z", "updated_at": "2024-01-20T14:30:00Z" } }
Create a new KOL profile in your organization.
tier_1
tier_2
tier_3
Show Location object
Show Social profiles
400
409
429