Request
A Stoobly request represents a HTTP request
Enables mocking, testing, and replaying
Fields
Components
Query Params
List of name and value pairs respectively representing the query param name and query param value
Response
Represents a HTTP response. See details here
Response Headers
List of name and value pairs respectively representing the response header name and response header value
Request Key
Every request will have a unique identifier for your Stoobly context. This can be retrieved from the UI or the CLI.
From the UI
Navigate to the requests page then click on a request. This will open the request details page from the right side. At the top there will be a Key field which is the request Key.

From the CLI
Run the following command to view some requests:
Here in our example we have a single request. The request key can be found in the key column. In the example above, it iseyJwIjogMCwgImkiOiA0MjR9.
Last updated