Custom Connector

JSONBin.io Data Connector

Global

The JSONBin.io Data Connector is a cloud service for storing and managing JSON data via simple REST APIs. It simplifies prototyping, mock services, and lightweight database storage — delivering accurate, consistent results in JSON. Core endpoints create, retrieve, update, and delete JSON bins.

Type
Virtual machines, Single VM, BYOL
Runs on
Google Compute Engine
Last update
24 Oct 2024
Category
Integration
Overview

Integration Overview

This document provides a detailed guide for each integration point using the JSONBin.io Data Connector — four CRUD endpoints for JSON bins.

  • Create Bin. Add a new JSON bin.
  • Retrieve Bin. Fetch data from a specific JSON bin by ID.
  • Update Bin. Replace the content of an existing JSON bin.
  • Delete Bin. Remove a JSON bin by ID.
Documentation

Detailed Integration Documentation

Create a Bin

Operation IDcreateBin
EndpointPOST /bin
ParametersRequired:
X-Master-Key (header) — master key for authentication. Body: the JSON data to store.
PurposeCreates a new JSON bin and stores the provided data. Returns the stored record plus metadata such as bin ID and creation timestamp.
OutputJSON object with the stored bin data and metadata.
Workflow exampleUse to store application data, configuration settings, or mock datasets for testing and prototyping.

Retrieve a Bin

Operation IDgetBin
EndpointGET /bin/{bin_id}
ParametersRequired:
bin_id (path) — ID of the bin to retrieve; X-Master-Key (header).
PurposeRetrieves the content of a specific JSON bin, including the record and version information.
OutputJSON object with the bin content and version details.
Workflow exampleFetch stored data for display, reporting, or downstream processing.

Update a Bin

Operation IDupdateBin
EndpointPUT /bin/{bin_id}
ParametersRequired:
bin_id (path) — ID of the bin to update; X-Master-Key (header). Body: the replacement JSON.
PurposeReplaces the content of an existing JSON bin and updates version metadata.
OutputJSON object reflecting the updated bin content and version metadata.
Workflow exampleModify stored JSON data for applications, testing, or configuration updates.

Delete a Bin

Operation IDdeleteBin
EndpointDELETE /bin/{bin_id}
ParametersRequired:
bin_id (path) — ID of the bin to delete; X-Master-Key (header).
PurposeDeletes a specific JSON bin from the database.
OutputConfirmation of deletion and metadata of the removed bin.
Workflow exampleRemove old or obsolete records, reset mock databases, or clean up test data.

Example Workflow: JSON Data Integration

Create binAdd a new JSON record for storage or testing.
Retrieve binFetch stored data for display or processing.
Update binModify the stored JSON data as needed.
Delete binRemove the bin when no longer required.
Support

For technical support, contact custom-connectors-support@isolutions.sa.

free consultation

Schedule a Free Consultation With Our Specialists

Book a free demo
request

Begin Your Adventure With Experienced Professionals

Send request
help desk

Do You Have Questions or Want More Information? Call Now.

Contact support