Skip to main content
POST
/
v1
/
ingest
/
sources
/
{source_key}
/
logs
Ingest logs
curl --request POST \
  --url https://api.withsplendor.com/v1/ingest/sources/{source_key}/logs \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "duplicate": false,
  "fragment_id": "frag_01H8Z3",
  "received": 500
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

source_key
string
required

Response

Successful Response

fragment_id
string
required
received
integer
required
duplicate
boolean
default:false