API Reference
Log In
API Reference

post

Payload

The webhook event payload sent by ReturnBear when the subscribed event occurs.

ReturnBear will send an HTTP POST request to your configured webhook URL with this JSON payload.
Your endpoint should respond with a 2xx status code to acknowledge receipt.

A webhook event for return-related operations.

data
object
required
string
enum
required

The type of the return event.

date-time
required

When the event happened.

Response
200

Success. Your endpoint should return a 2xx status code to acknowledge receipt.

ReturnBear will retry failed webhook deliveries using exponential backoff.
If your endpoint consistently returns errors, the webhook may be automatically disabled.

Callback
LoadingLoading…