Skip to main content

Get Your API Key

1

Sign Up

Create your account at netrows.com/get-access
2

Confirm Email

Check your email and confirm your account
3

Get API Key

Login to your dashboard and generate your first API key
4

Get Free Credits

You’ll receive 100 free credits to start testing the API

Make Your First Request

curl --request GET \
  --url 'https://api.netrows.com/v1/people/profile?username=williamhgates' \
  --header 'Authorization: Bearer YOUR_API_KEY'

Response

{
  "username": "williamhgates",
  "firstName": "Bill",
  "lastName": "Gates",
  "headline": "Co-chair, Bill & Melinda Gates Foundation",
  "location": "Seattle, Washington",
  "followerCount": 35000000,
  "connectionCount": 500
}

Next Steps