List JSON bins.
POST/storage/json/list
Returns a list of the bin IDs of all JSON bins this user has created.
Request
- application/json
Bodyrequired
object
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
messagestringrequired
A message describing the status.
bins object[]required
The available JSON bins for this user.
binIdstringrequired
The ID of this JSON bin.
{
"message": "string",
"bins": [
{
"binId": "string"
}
]
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}