Skip to main content
POST
/
v2
/
entity-ingestion-configs
/
{config_id}
/
sync
Sync Entity Ingestion Config
curl --request POST \
  --url https://public.api.serval.com/v2/entity-ingestion-configs/{config_id}/sync \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

config_id
string
required

The ID of the ingestion config to trigger sync for.

Response

Success

The response is of type SyncEntityIngestionConfigResponse · object.