set_response
Configure the HTTP response a bin returns to whatever hits its URL — set a status code, content-type and body. Use it to test how your webhook sender / agent handles a 500, a specific JSON reply, etc. Omit or reset to return the default 200. Requires the bin token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Response body to return verbatim (max 16KB). | |
| token | Yes | The bin token. | |
| bin_id | Yes | The bin id. | |
| status | No | HTTP status code to return (100-599). Default 200. | |
| content_type | No | Content-Type header for the response (default application/json). |