
JSONbin.io is a public API providing free json storage service. ideal for small scale web apps, websites and mobile apps.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://jsonbin.io | Primary API endpoint. |
curl -X GET "https://jsonbin.io" \ -H "Accept: application/json"