Requests
Get all requests in journal
GET
/
v1
/
mock-apis
/
{mockApiId}
/
requests
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
mockApiId
string
requiredThe ID of the Mock API
Query Parameters
limit
string
The maximum number of results to return
since
string
Only return logged requests after this date
Response
200 - application/json
The response is of type any
.