logo
API Reference
Create bin
Create OpenAPI bin
Get bin
List requests
Get a Request
Sign in

Mockbin API

BASE URL
https://mockbin-main-647f01c.zuplo.app

Create bin

Creates a new mock bin

Request Body

response

optional, object
POST
/v1/bins
1
EXAMPLE BODY
{}

Create OpenAPI bin

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

POST
/v1/openapi/bins
1

Get bin

Gets the bin with the mock response and details of the latest requests

GET
/v1/bins/:binId
1

List requests

Lists the saved requests of a bin

GET
/v1/bins/:binId/requests
1

Get a Request

Gets the saved request

GET
/v1/bins/:binId/requests/:requestId
1