Skip to main content
WEBHOOK
return
{
  "at": "2023-11-07T05:31:56Z",
  "type": "backfill"
}

Documentation Index

Fetch the complete documentation index at: https://developers.redo.com/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

Return event webhook.

Return event

at
string<date-time>

Event time

order
Order · object

Order for return.

return
Return · object

Return.

type
enum<string>

Event type

Available options:
backfill,
created,
updated

Response

Success. Return a 2xx status code to indicate success.