{
"opencollection": "1.0.0",
"info": {
"name": "RocketReach Account People Data API API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "People Data API",
"type": "folder"
},
"items": [
{
"info": {
"name": "People Lookup API",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.rocketreach.co/api/v2/person/lookup",
"params": [
{
"name": "current_employer",
"value": "",
"type": "query",
"description": "Current employer of the desired profile. Must specify along with `name`.\n- Example: `RocketReach`"
},
{
"name": "email",
"value": "",
"type": "query",
"description": "An email address for the desired profile.\n- Example: `jamie@rocketreach.co`"
},
{
"name": "id",
"value": "",
"type": "query",
"description": "RocketReach internal unique profile ID.\n- Example: `123456`"
},
{
"name": "linkedin_ext_url",
"value": "",
"type": "query",
"description": "linkedin_ext_url deprecated, please use `linkedin_url` instead"
},
{
"name": "linkedin_url",
"value": "",
"type": "query",
"description": "LinkedIn URL of the desired profile.\n- Example: `www.linkedin.com/in/jamesgullbrand`"
},
{
"name": "lookup_type",
"value": "",
"type": "query",
"description": "Lookup type for the request\n\n* `standard` - standard\n* `premium` - premium\n* `premium (feeds disabled)` - premium (feeds disabled)\n* `bulk` - bulk\n* `phone` - phone\n* `enrich` - enrich"
},
{
"name": "name",
"value": "",
"type": "query",
"description": "Name of the desired profile. Must specify along with `current_employer`.\n- Example: `Jamie Gullbrand`"
},
{
"name": "npi_number",
"value": "",
"type": "query",
"description": "An NPI number for the desired profile (US healthcare professional).\n- Example: `1234567890`"
},
{
"name": "return_cached_emails",
"value": "",
"type": "query",
"description": "Controls whether cached emails are included in the initial response when `lookup status = progress`. When set to `false`, all email fields will be null until the lookup is complete and all emails are fully verified. Use /checkStatus or Webhooks to retrieve the completed response with fully verified emails (`status = complete`). Defaults to `true`.\n\nNOTE: Default will change to false on September 1st, 2026. No cached emails will be returned in the initial response. Use /checkStatus or webhooks to retrieve fully verified emails."
},
{
"name": "title",
"value": "",
"type": "query",
"description": "Job title of the desired profile.\n- Example: `Product Manager`"
},
{
"name": "webhook_id",
"value": "",
"type": "query",
"description": "Your webhook's unique ID number. Find it in your API Usage & Settings page."
}
],
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Person Enrichment API"
},
{
"info": {
"name": "People Lookup Status API",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.rocketreach.co/api/v2/person/checkStatus",
"params": [
{
"name": "ids",
"value": "",
"type": "query",
"description": "List of Profile IDs"
}
],
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Check Person Lookup Status"
},
{
"info": {
"name": "Bulk People Lookup API",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.rocketreach.co/api/v2/bulkLookup",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Bulk People Lookup by Criteria"
},
{
"info": {
"name": "People and Company Lookup API",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.rocketreach.co/api/v2/profile-company/lookup",
"params": [
{
"name": "current_employer",
"value": "",
"type": "query",
"description": "Current employer of the desired profile. Must specify along with `name`.\n- Example: `RocketReach`"
},
{
"name": "email",
"value": "",
"type": "query",
"description": "An email address for the desired profile.\n- Example: `jamie@rocketreach.co`"
},
{
"name": "id",
"value": "",
"type": "query",
"description": "RocketReach internal unique profile ID.\n- Example: `123456`"
},
{
"name": "linkedin_ext_url",
"value": "",
"type": "query",
"description": "linkedin_ext_url deprecated, please use `linkedin_url` instead"
},
{
"name": "linkedin_url",
"value": "",
"type": "query",
"description": "LinkedIn URL of the desired profile.\n- Example: `www.linkedin.com/in/jamesgullbrand`"
},
{
"name": "lookup_type",
"value": "",
"type": "query",
"description": "Lookup type for the request\n\n* `standard` - standard\n* `premium` - premium\n* `premium (feeds disabled)` - premium (feeds disabled)\n* `bulk` - bulk\n* `phone` - phone\n* `enrich` - enrich"
},
{
"name": "name",
"value": "",
"type": "query",
"description": "Name of the desired profile. Must specify along with `current_employer`.\n- Example: `Jamie Gullbrand`"
},
{
"name": "npi_number",
"value": "",
"type": "query",
"description": "An NPI number for the desired profile (US healthcare professional).\n- Example: `1234567890`"
},
{
"name": "return_cached_emails",
"value": "",
"type": "query",
"description": "Controls whether cached emails are included in the initial response when `lookup status = progress`. When set to `false`, all email fields will be null until the lookup is complete and all emails are fully verified. Use /checkStatus or Webhooks to retrieve the completed response with fully verified emails (`status = complete`). Defaults to `true`.\n\nNOTE: Default will change to false on September 1st, 2026. No cached emails will be returned in the initial response. Use /checkStatus or webhooks to retrieve fully verified emails."
},
{
"name": "title",
"value": "",
"type": "query",
"description": "Job title of the desired profile.\n- Example: `Product Manager`"
},
{
"name": "webhook_id",
"value": "",
"type": "query",
"description": "Your webhook's unique ID number. Find it in your API Usage & Settings page."
}
],
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Person and Company Lookup"
},
{
"info": {
"name": "⭐ Universal People Lookup API",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.rocketreach.co/api/v2/universal/person/lookup",
"params": [
{
"name": "current_employer",
"value": "",
"type": "query",
"description": "Current employer of the desired profile. Must specify along with `name`.\n- Example: `RocketReach`"
},
{
"name": "email",
"value": "",
"type": "query",
"description": "An email address for the desired profile.\n- Example: `jamie@rocketreach.co`"
},
{
"name": "id",
"value": "",
"type": "query",
"description": "RocketReach internal unique profile ID.\n- Example: `123456`"
},
{
"name": "linkedin_ext_url",
"value": "",
"type": "query",
"description": "linkedin_ext_url deprecated, please use `linkedin_url` instead"
},
{
"name": "linkedin_url",
"value": "",
"type": "query",
"description": "LinkedIn URL of the desired profile.\n- Example: `www.linkedin.com/in/jamesgullbrand`"
},
{
"name": "metadata",
"value": "",
"type": "query",
"description": "User metadata about the profile, such as external ids, tags, notes, etc."
},
{
"name": "name",
"value": "",
"type": "query",
"description": "Name of the desired profile. Must specify along with `current_employer`.\n- Example: `Jamie Gullbrand`"
},
{
"name": "npi_number",
"value": "",
"type": "query",
"description": "An NPI number for the desired profile (US healthcare professional).\n- Example: `1234567890`"
},
{
"name": "return_cached_emails",
"value": "",
"type": "query",
"description": "Controls whether cached emails are included in the initial response when `lookup status = progress`. When set to `false`, all email fields will be null until the lookup is complete and all emails are fully verified. Use /checkStatus or Webhooks to retrieve the completed response with fully verified emails (`status = complete`). Defaults to `true`.\n\nNOTE: Default will change to false on September 1st, 2026. No cached emails will be returned in the initial response. Use /checkStatus or webhooks to retrieve fully verified emails."
},
{
"name": "reveal_detailed_person_enrichment",
"value": "",
"type": "query",
"description": "Whether to reveal the detailed person enrichment data for the desired profile"
},
{
"name": "reveal_healthcare_enrichment",
"value": "",
"type": "query",
"description": "Whether to reveal the healthcare enrichment data for the desired profile"
},
{
"name": "reveal_personal_email",
"value": "",
"type": "query",
"description": "Whether to reveal the personal email enrichment data for the desired profile"
},
{
"name": "reveal_phone",
"value": "",
"type": "query",
"description": "Whether to reveal the phone enrichment data for the desired profile"
},
{
"name": "reveal_professional_email",
"value": "",
"type": "query",
"description": "Whether to reveal the professional email enrichment data for the desired profile"
},
{
"name": "title",
"value": "",
"type": "query",
"description": "Job title of the desired profile.\n- Example: `Product Manager`"
},
{
"name": "webhook_id",
"value": "",
"type": "query",
"description": "Your webhook's unique ID number. Find it in your API Usage & Settings page."
}
],
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Person Enrichment API"
},
{
"info": {
"name": "⭐ Universal Bulk People Lookup API",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.rocketreach.co/api/v2/universal/person/bulk_lookup",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Bulk People Lookup by Criteria"
},
{
"info": {
"name": "⭐ Universal People Lookup Status API",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.rocketreach.co/api/v2/universal/person/check_status",
"params": [
{
"name": "ids",
"value": "",
"type": "query",
"description": "List of Profile IDs"
}
],
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Check Universal Person Lookup Status"
},
{
"info": {
"name": "People Search API",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.rocketreach.co/api/v2/person/search",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Search People by Criteria"
},
{
"info": {
"name": "⭐ Universal People Search API",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.rocketreach.co/api/v2/universal/person/search",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "apikey",
"key": "Api-Key",
"value": "{{Api-Key}}",
"placement": "header"
}
},
"docs": "Search People by Criteria"
}
]
}
],
"bundled": true
}