Skip to main content
POST
/
historical-bounces
/
backfill
Trigger Historical Bounce Backfill
curl --request POST \
  --url https://api.example.com/historical-bounces/backfill \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "full_backfill": true,
  "page_size": 1000,
  "since": "2023-11-07T05:31:56Z"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.montereyfinancial.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
full_backfill
boolean
default:true
page_size
integer
default:1000
Required range: 1 <= x <= 1000
since
string<date-time> | null

Response

Successful Response