v1

latestSwagger 2.02026-07-172161122.5 KB
Enrichment API

Enrich organization information

Enriches organization information using either domain or LinkedIn URL

get/enrich/v1/organization

Query parameters

linkedinUrlstring

Organization's LinkedIn URL

domainstring

Organization's domain

Response

Organization not found (status: warning)

messagestring
requestIdstring
statusstring

Status indicates the result of the operation ("success" or "error")

Example response

{
  "requestId": "1234567890abcdef",
  "status": "success"
}