POST
/
pipelines
/
{name}
/
backfill
curl --request POST \
  --url https://app.indexing.co/dw/pipelines/{name}/backfill \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "network": "BASE",
  "value": "0x123...",
  "beatEnd": 123,
  "beatStart": 123,
  "beats": [
    123
  ]
}'
{
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

name
string
required

Body

application/json

Backfill parameters

The body is of type object.

Response

200
application/json

success

The response is of type object.