We are here to help you
Welcome to JSONBin.io support. We've an exhaustive list of Frequently Asked Questions (FAQs), which will help you find a quick answer to your query. You can get help related to your Account, Pricing and other Tech related info.
Browse through these questions now.
Bins Api Questions
-
How do I Create and Store a JSON record
You can Create bins either from the Dashboard, or via Bins API (Create). You can also organize these Bins by creating a Collection.
Bins Api -
How do I Update a Bin
You may Update a Bin on the Dashboard, or via Bins API (Update). As of now, you cannot update the Name and the Bin's Privacy via Dashboard but that is coming up soon in Dashboard v2.
Bins Api -
How do I change the Privacy of a Bin
As of API v4, you can now change the Privacy of a Bin by using the Change Bin Privacy meta API.
Bins Api -
How do I Delete a Bin
Deleting a Bin will delete it's associated records as well. For more information, you can refer to Delete API
Bins Api -
How do I Read a Bin
If you would like to Read a Public or a Private Bin, then refer to the Read API.
Bins Api -
Can I Validate the Bin while Creating or Updating
In-order to Validate your Bins, you need to Create a Schema Doc and a Collection, then Attach that Schema Doc to the desired Collection. When Creating a Bin, pass the desired Collection Id which will help you Validate your Bin against the Attached Schema.
Bins Api