API Guide / Introduction / Overview
Overview

Witly provides REST APIs that allows developers full access to Witly applications. Using the Witly API, you can add, retrieve, update, delete and search your apps' records.

Witly API follows most conventions of RESTful architecture with all URLs in following format. 

https://Witly.co/api/v2/API_NAME?[Parameter]

Use HTTPS and SSL when call all APIs. Any requests which require authentication must always be authenticated and use HTTP response codes to indicate API errors. 

All data sent to and from the API must be in JSON or XML format.

In this section

User Setup
Authentication and secure access
Last modified on Feb 22, 2018