Documentation
Read API
Read API helps you to create a static schema in CMS and deliver the content on request.
- Create a website and resource
- Choose Read API while creating resource
- Create an API Key
- Make request to the new API from your website. HTTP Method should be GET
Authorizing Read API
Examples on using Read API
Submit API
Submit API are helpful when you need to store some information from your website. This is useful when you have a contact form or subscribe form.
- Create a website and resource
- Choose Submit API while creating resource
- Create an API Key
- Make request to the new API from your website.
- HTTP Method should be POST
Content-Typeshould beapplication/x-www-form-urlencoded
Authorizing Read API