Understanding API: Key Concepts

July 6, 2018

API stands for Application Protocol Interface (or Application Programming Interface), which is more simply a set of clearly defined methods of communication between various software components that are used to build apps.

What is an API?

Think of an API as a mailman who sends your app’s request to a provider (some other software), and then delivers the response back to your app.

A simple example would be an API request to update your appointment calendar when you confirm your attendance from an emailed meeting invitation. The API allows your calendar software to work and synchronize your appointments from within your email software.

The Importance of APIs

To make a long story short: an API essentially bridges the divide between two separate applications so that they can talk to, and work with, one another.

But why is this important?

Well, no one wants to comb through your app’s code – no matter how neatly it’s written –just to find a specific function. APIs open up specific functions within your app that other software can use to do its job. The API is what allows apps to share data and take specific actions.

Read More About API

CleverTap provides a mix of different APIs that enable a ...
Back to Glossary
Related Keywords
Journey Map

A user or customer journey map is a useful tool for figuring out how a person comes in through yo...

Read more
What is an SDK?

An SDK – otherwise known as a software development kit or devkit – is a collection of software pr...

Read more
XML Sitemap

An XML sitemap lists all the important pages in your website so that Google or another search eng...

Read more
Hashtag

The hashtag has been around since the 1960s. Alternatively known as an octothorpe or the pound si...

Read more