Create your first app

This tutorial will guide you through the steps to create a custom app with a module. You will use the Make "Virtual Library Demo API."

If you want to test the Virtual Library Demo API click the link:

http://demo-api.integrokit.com/api/v1/helloworld

A new tab opens in your web browser with the API response in JSON format:

{"result":"Hello, World!"}

The development of a custom app in Make is divided into several steps. These steps are described in detail in the following subpages.

If you struggle with finding the app API, search on a web search page for: API site:www.app-or-service.com. For example, API site:www.eventbrite.com

Last updated