API Documentation
Introduction
Understand general concepts, response codes, and authentication strategies.
Base URL
Regions code list
Singapore and the United States regions are available only on paid plans.
For more info about supported region, please check here.
Name | Code | Example |
---|---|---|
Germany | api | https://api.jsonsilo.com/api/v1/ |
Singapore | sg-01-api | https://sg-01-api.jsonsilo.com/api/v1/ |
United States (Central) | usc-01-api | https://usc-01-api.jsonsilo.com/api/v1/ |
Authentication
API Keys
The JSONSilo Manage API uses API keys for authentication. Every request to the API must include your API key, used to authenticate your requests.
Remember that your API key is a secret. Do not share it with others or expose it in any client-side code (browsers, apps).
All API requests should include your API key in an X-MAN-API
or x-man-api
HTTP header as follows:
Making a requests
You can paste the command below into your terminal to run your first API request. Make sure to replace X-MAN-API with your secret API key.