Inbound API
How it works
Understanding Data Availability (Fast vs. Slow)
Error Handling Strategy
Rate Limits
Base path
Header parameters
x-api-keystringRequired
API key for authentication
Body
Request body for initiating inbound enrichment
or
or
Responses
200
Note the executionId. You will need this unique identifier to poll for results.
application/json
Successful response from POST enrichment endpoint
statusany ofRequired
const: startingOptionalExample:
New enrichment workflow has been initiated
startingconst: cachedOptionalExample:
Account was recently enriched (within 14 days)
cachedconst: in_progressOptionalExample:
Enrichment is in progress
in_progressexecutionIdnumberRequiredExample:
Unique identifier for this enrichment job. Use this to poll for results.
12345messagestringOptionalExample:
Optional message providing additional context
Account has been enriched in the last 14 days400
400 Bad Request
application/json
post
/api/v1/inbound/enrichmentQuery parameters
executionIdnumberRequiredExample:
The executionId returned from the POST /enrichment request
12345Header parameters
x-api-keystringRequired
API key for authentication
Responses
200
Enrichment status and results. The response includes dynamic fields based on your client configuration.
application/json
or
400
400 Bad Request
application/json
500
500 Internal Server Error
application/json
get
/api/v1/inbound/enrichmentScheduled inbound from Salesforce
Last updated

