Creates a bin
Bin content to create
Type: object
{ }
In-order to add a bin to a specific collection instead of the unsorted category which is the default, you need to pass the collection-id in the header. You can Create a Collection on the Collections page after signing-in. For more info on Creating Collections, please refer to our Create Collections API.
Type: string
In order to set a name for the Bin, you can pass this header with a name for the bin. There are no restrictions to set the name except for the length which is limited to 128 characters.
Type: string
By default, if you pass the secret-key in the header, it will Create a Private record. In-order to Create a Public record but also list the record you created on your dashboard, you need to pass private: false header along with the secret-key header.
Type: boolean
Creates a collection
Delete a bin by ID
Get a bin by ID
Get a bin by ID at a specific version
The ID of the bin
Type: string
The version of the bin; use 'latest' to get the last updated record
Type: string
List all versions for a bin
Update a bin by ID
The ID of the bin
Type: string
Bin content to update with
Type: object
{ }
You need to pass versioning: false header to disable versioning while you are Updating a record. Note that you can disable versioning on Private records only.
Type: boolean
Update a collection by ID