Capture a raw POST — webhook inbox, request bin
capture_inboxPublic capture (POST /c/{id}). No API key. No debit. Not an install entry. Stores raw body + headers for list_inbox_events. Rejects revoked (410 inbox_revoked) or expired (410 inbox_expired) inboxes. Body limit 1MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Inbox id from mint_inbox (inb_…). | |
| body | No | Raw capture payload. Objects are JSON-encoded. Strings are sent as-is. | |
| content_type | No | Content-Type for the capture. Defaults to application/json for objects. |