Skip to main content
POST
/
v1
/
enrich
会社データをエンリッチする
curl --request POST \
  --url https://api.sanka.com/v1/enrich \
  --header 'Content-Type: application/json' \
  --data '
{
  "object_type": "<string>",
  "record_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "custom_field_map": {},
  "dry_run": false,
  "force_refresh": false
}
'
{
  "data": {
    "company_id": "<string>",
    "run_id": "<string>",
    "pipeline_version": "<string>",
    "request_hash": "<string>",
    "updated_builtin_fields": {},
    "updated_custom_fields": {},
    "proposed_fields": {},
    "field_evidence": {},
    "skipped_fields": {},
    "provider_meta": {}
  },
  "message": "<string>",
  "ctx_id": "<string>"
}

Body

application/json
object_type
string
required
record_id
string<uuid>
required
custom_field_map
Custom Field Map · object
dry_run
boolean
default:false
force_refresh
boolean
default:false

Response

OK

data
EnrichResponsePayload · object
required
message
string
required
ctx_id
string | null