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 fulfillment-related operations.

data
object
required
string
enum
required

The unique identifier for the return, generated by ReturnBear.

Allowed:
date-time
required

When the fulfillment 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…