Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.
developer-devops
Rbaskets
Rbaskets is a request-basket API for collecting and inspecting HTTP requests, often used to test webhooks and integrations.
Base URL: https://rbaskets.in
Auth: header:Authorization (pass your key via the apiKey input)
Operations
get_api_baskets — GET /api/baskets — Get baskets
get_api_baskets_name — GET /api/baskets/{name} — Get basket settings
get_api_baskets_name_requests — GET /api/baskets/{name}/requests — Get collected requests
get_api_baskets_name_responses_method — GET /api/baskets/{name}/responses/{method} — Get response settings
get_api_stats — GET /api/stats — Get baskets statistics
get_api_version — GET /api/version — Get service version
Inputs
apiKey — your rbaskets API key
operation — one of the operations above
path parameters when an operation's path contains {...}
query — optional JSON object of query params
body — JSON object for create/update ops
Example
operation: get_api_baskets
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
error
operation
result
status
Input Properties
Every property this tool accepts, from its own tool.iml.
Property
Type
Required
Default
Description
apiKey
string
yes
—
DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change.
operation
string
yes
—
One of: get_api_baskets, get_api_baskets_name, get_api_baskets_name_requests, get_api_baskets_name_responses_method, get_api_stats, get_api_version
method
string
no
—
Path parameter method (required by some operations).
name
string
no
—
Path parameter name (required by some operations).
query
string
no
—
Optional query params as a JSON object string, e.g. {"limit": 10}.