Get a JSON bin.
POST/storage/json/get
Get a JSON bin.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
binIdstringrequired
The ID of the JSON bin.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
binIdstringrequired
The ID of the JSON bin.
datarequired
The content of the JSON bin.
{
"binId": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}