Skip to main content

Enrich person

GET 

https://api.supaglue.io/enrichment/v2/persons

Enrich person

Request

Query Parameters

    email stringrequired

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

PersonEnrichmentData

Schema
    company objectrequired
    name stringnullablerequired
    industry stringnullablerequired
    annual_revenue numbernullablerequired
    domain stringnullablerequired
    employee_count numbernullablerequired
curl -L -X GET 'https://api.supaglue.io/enrichment/v2/persons' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.supaglue.io/enrichment/v2
Auth
Parameters
— queryrequired
— headerrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!