Skip to main content

List JSON bins.

POST 

/storage/json/list

Returns a list of the bin IDs of all JSON bins this user has created.

Request

Bodyrequired

    object

Responses

Success

Schema
    messagestringrequired

    A message describing the status.

    bins object[]required

    The available JSON bins for this user.

  • Array [
  • binIdstringrequired

    The ID of this JSON bin.

  • ]