SlideShare a Scribd company logo
Inspired Software Services. Measurable Results.
API Strategy Introduction
• What is an API?
• Three reasons to pay attention to your API Strategy
• Fix Things
• New Applications
• Join the API Economy
Objectives
API and Services
Inspired Software Services. Measurable Results.
What is an API and a Service?
• Many complex and not always agreed upon definitions for a Service
• A Service is a set of functionality that can be reused by multiple consumers.
• An Application Programming Interface (API) provides a programmatic interface to a Service
• APIs have been used since the early days of programming to define how one part of a
system talks to another part
• A Service has one or more Consumers: Web Applications, Mobile Apps, other Services.
Consumer 1
Service
Consumer 2
API
Inspired Software Services. Measurable Results.
Consumers Services and Data
What is a Web API / Service?
Data
Web Application
Mobile App
IOT Device
External Program
Inspired Software Services. Measurable Results.
What is a Web API and Service?
• Provides secure access to a Business’s Offerings and Data
• Via standard Web Protocols
• REST: HTTP, JSON
• Web Services: SOAP, XML
• And can be consumed by any Application or Program that can make
an internet request
• Modern architecture is moving toward MicroServices.
• “API” has evolved to mean the Service itself
In the modern internet, API and Service have specific meanings …
Inspired Software Services. Measurable Results.
Microservices
• Monolithic Services
• Access to each entity’s
internals and data
• Ball of Mud Maintenance
Problem
• Must deploy and scale as
a single large unit
• Microservices
• Smaller services that
work together
• Separately deployable
and scalable
• Much simpler to maintainMicroservices is the latest term for good service design.
Monolithic Web Service
Orders
Order
Details
Customers
Inventory
Product
Catalog
Self Help
Help
Desk
Shopping
Cart
Users
etc.
etc.
Shipping
Warranty
API
ShippingShopping
Cart
Order
Orders
Order
Details
Shopping
Cart
Shipping
API API API
Inventory
API
Inventory
Inspired Software Services. Measurable Results.
Home Security Example
• Visitor comes up to a door at a home while the home owner is at work
• Security Camera detects Visitor and notifies the home owner via text
message on her Smartphone
• Before querying the home owner, the security system checks to see if this is
a person the home owner has recognized before
• The home owner reads the text message, opens the Web Application on her
desktop, and looks at the image of the visitor.
• The home owner then …
• Doesn’t recognize the visitor, uses the uses the application to request security be
alerted
• Recognizes the visitor and selects to unlock the door.
• The door lock gets notified and unlocks the door.
Inspired Software Services. Measurable Results.
API /
Services
Home Security Example – API Calls
Facial
Recognition
Send Text to
Home Owner
Detect
Visitor
Gets
Notification
Review
Visitor Image
Unlock the
Door
Sends security
alert
Get Unlock
Door Cmd Data
Read Texts
Alert
Security
Notify
Home
Owner
Send
Unlock
Command
Save
Video
Media
Data
Inspired Software Services. Measurable Results.
API / Service Summary
• The terms API and Services have become synonymous.
• Web Services provide common functionality to multiple
consumers, including other services
• Standards based Web APIs are used by modern user interfaces
to access Web Services and their associated Data
• Customer demand is increasing for a business’ Services and data
outside the applications supplied by the business
At some point a company realizes it needs to develop
a cohesive strategy regarding it’s APIs
API / Service Strategy
Inspired Software Services. Measurable Results.
Drivers for creating an API Strategy
• API Growing Pains
• Specific problems with APIs
• Maintenance costs rise significantly
• Security issues
• New Applications
• Desire to build a modern application using well designed, shareable
API architecture
• Join the API Economy
• Monetize Services or Data by providing to customers, third parties,
suppliers, etc.
Inspired Software Services. Measurable Results.
API Security - “All” APIs are public facing
Data
Data
Data
Web Application
Mobile App
IOT Device
Perceived Public Facing Actual “Public” Facing
Inspired Software Services. Measurable Results.
API Security – Tips
• Remember, an API also exposes any back end system it accesses
(e.g., Salesforce, Financial Systems)
• Authorize an authenticated user to only access data and take actions
the are entitled to perform
• Consider what needs to be protected
• Be sure to consider multi-tenancy in your API
• Use Open, Cross Platform standards such as OpenID and OAuth 2.0
• Use third party providers wherever economically possible
All public facing APIs need to be secured like any public facing application
Inspired Software Services. Measurable Results.
API Growing Pains
APIs built for individual applications can
experience growing pains as the number of
APIs increases
Inspired Software Services. Measurable Results.
Organically-grown, separate APIs can eventually become a problem
Data
Data
Data
Web Application
Mobile App
IOT Device
External Program
Inspired Software Services. Measurable Results.
Consolidating APIs
• Create an API Roadmap
• Implement a common set of APIs using a Microservices Design
• Subject based (Customer, User, Order, etc.)
• Make the common API a first class citizen peer of the
consuming applications
• Migrate applications to the common API over time
• $$ - Consider the ROI carefully
• Starting a new application is an opportunity to design and
implement a common API
Inspired Software Services. Measurable Results.
Application Specific APIs
API Gateway Architecture combined with MicroServices can help expose a
business’ services and data to the API Economy
Data
Company Applications
Web Application Mobile App Internet Device
Internal MicroServices
Inspired Software Services. Measurable Results.
API Best Practices
• API as a First Class Citizen – The API/Service provides reusable business logic
and data. The User Interface just provides access to that the API/Services
business logic.
• Use or Move to a Microservices Architecture – Use a single service for a given
subject area (Customer, Order, etc.)
• Honor Service Boundaries. Access to a service is via the API. Don’t directly
access a Service’s internals or data.
• Use consistent, REST based-conventions for defining APIs. If developers don’t like
your API they won’t use it.
• Low trust model – Validate everything coming from an external application
• Test APIs Independently - Have QA focus heavily on API validation using
automated tests
• Organize for API Development - Consider a separate API team, but know this is not
always the best option as it may introduce project delays
• Create a version release strategy to enable backward compatibility
The API Economy
Inspired Software Services. Measurable Results.
API Monetization
Businesses are learning that their Data and
Services have intrinsic value beyond the
applications they provide to use it.
APIs offer an opportunity to open new Sales
Channels
Inspired Software Services. Measurable Results.
API Growth Trends
As of 2017,
ProgrammableWeb.com
has over 18,000 APIs in its
catalog.
Inspired Software Services. Measurable Results.
The API Economy
“The API economy is an enabler for turning a
business or organization into a platform”
“We live in an API economy, a set of business models and channels based on secure access
to functionality and exchange of data. APIs make it easier to integrate and connect
people, places, systems, data, things and algorithms, create new user experiences, share
data and information, authenticate people and things, enable transactions and
algorithms, leverage third-party algorithms, and create new product/services and
business models.”
-- “Welcome to the API Economy”, Gartner Group
Inspired Software Services. Measurable Results.
Business Drivers
• New Channel for selling Services and Data
• New Offerings
• Major changes to existing Offerings
• Major changes to Back Office systems
• Streamlining the purchase and delivery processes
• Cost Containment – reduce maintenance, enhancement costs
Inspired Software Services. Measurable Results.
Gartner Steps to the API Economy (Abbreviated)
• Your Digital Strategy drives your API Program
• Business Strategy drives the API investment
• Tailor your API experiences for your API consumers
• Just like a well designed application, APIs must be usable by developers
• If you build it, they might not come
• You must reach the developers who want to use it
• Monetization is much more than charging for (API) calls
• Revenue and/or Development Cost containment
• APIs are doors into your data and applications
• Security Matters
• Don’t build your own API Management
• Use an API Gateway
• Modern Application Architecture relies on APIs
• Consumers want to know “Where’s the API”. It is the data conduit for Web, Mobile, IOT
• Consuming APIs will be more common than exposing APIs
• Manage external API usage across the enterprise
© 2017 Gartner Inc.
Inspired Software Services. Measurable Results.
Internal MicroServicesInternal MicroServices
External Consumers
API Gateway Architecture combined with MicroServices can help expose a
business’ services and data to the API Economy
API Gateway
External Program
Data
Company Applications
Web Application Mobile App Mobile AppWeb Application Internet Device
Inspired Software Services. Measurable Results.
API Gateways Provide
• Service Level Agreement management
• Quota and Rate Limits, Thresholds, etc.
• API Consolidation
• Security using open protocols
• Cloud Scalability
• Deployment / Versioning
• Discovery
Inspired Software Services. Measurable Results.
Take Aways
• APIs and Services have become first class citizens in the IT
World
• When starting new applications or major enhancements, consider
using or migrating to well designed API/Service using
MicroServices principles
• Perform security risk assessments on you current APIs
• Consider both the revenue and cost management benefits of
joining the API Economy as part of your Digital Strategy
Inspired Software Services. Measurable Results.
Contact Us
Tony Timbol
Vice President, Sales, SPC4, CSM
t.timbol@premiosgroup.com
Mobile: 904-614-0931
Office: 610-644-2856
Shandi P. Fischer
Regional Sales Director
s.fischer@premiosgroup.com
Mobile: 970-690-4982
Office: 303-485-1880
Premiosgroup.com

More Related Content

What's hot (20)

PPT
API Strategy Presentation
Lawrence Coburn
 
PDF
Apigee Demo: API Platform Overview
Apigee | Google Cloud
 
PPTX
API Governance in the Enterprise
Apigee | Google Cloud
 
PDF
API Management - Why it matters!
Sven Bernhardt
 
PDF
Open API and API Management - Introduction and Comparison of Products: TIBCO ...
Kai Wähner
 
PDF
API Maturity Model (Webcast with Accenture)
Apigee | Google Cloud
 
PPTX
Azure Application Modernization
Karina Matos
 
PPTX
API Management
Prolifics
 
PDF
The Architecture of an API Platform
Johannes Ridderstedt
 
PPTX
API Management Within a Microservices Architecture
Nadeesha Gamage
 
PDF
How Secure Are Your APIs?
Apigee | Google Cloud
 
PPTX
Apigee Products Overview
Apigee | Google Cloud
 
PDF
API Business Models
John Musser
 
PPTX
Microsoft power platform
Michael Stephenson
 
PPSX
APIs as a Product Strategy
Ravi Kumar
 
PDF
API Management within a Microservice Architecture
WSO2
 
PDF
A Practical Guide to Cloud Migration
Alaina Carter
 
PPTX
Apigee Edge Overview and Roadmap
Apigee | Google Cloud
 
PPTX
Azure Cloud Governance
Jonathan Wade
 
PDF
Deep dive: Monetize your API Programs
Apigee | Google Cloud
 
API Strategy Presentation
Lawrence Coburn
 
Apigee Demo: API Platform Overview
Apigee | Google Cloud
 
API Governance in the Enterprise
Apigee | Google Cloud
 
API Management - Why it matters!
Sven Bernhardt
 
Open API and API Management - Introduction and Comparison of Products: TIBCO ...
Kai Wähner
 
API Maturity Model (Webcast with Accenture)
Apigee | Google Cloud
 
Azure Application Modernization
Karina Matos
 
API Management
Prolifics
 
The Architecture of an API Platform
Johannes Ridderstedt
 
API Management Within a Microservices Architecture
Nadeesha Gamage
 
How Secure Are Your APIs?
Apigee | Google Cloud
 
Apigee Products Overview
Apigee | Google Cloud
 
API Business Models
John Musser
 
Microsoft power platform
Michael Stephenson
 
APIs as a Product Strategy
Ravi Kumar
 
API Management within a Microservice Architecture
WSO2
 
A Practical Guide to Cloud Migration
Alaina Carter
 
Apigee Edge Overview and Roadmap
Apigee | Google Cloud
 
Azure Cloud Governance
Jonathan Wade
 
Deep dive: Monetize your API Programs
Apigee | Google Cloud
 

Similar to API Strategy Introduction (20)

PDF
Manage your ap is securely and easily ibm apim 4.0
sflynn073
 
PDF
API strategy with IBM API connect
Kellton Tech Solutions Ltd
 
PDF
Api management customer
nick_garrod
 
PPTX
Web API Management
Murukesh Jayaraj
 
PPT
Api management introduction and product overview v1.0 2014.08.28
floridawusergroup
 
PPT
API First Mobile Strategy
Nitin Gaur
 
PPT
Effective API Design
Bansilal Haudakari
 
PPT
#1922 rest-push2 ap-im-v6
Jack Carnes
 
PPTX
Platform for Secure Digital Business
Akana
 
PDF
I Love APIs Europe 2015: Technical Sessions
Apigee | Google Cloud
 
PPTX
Platform for Secure Digital Business
Akana
 
PPTX
Smartone v1.0
Jinyean Tan
 
PPTX
API Economy - Cuomo
Prolifics
 
PPTX
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays
 
PPTX
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
apidays
 
PDF
SDP Global Summit 2013
Martin Prosek
 
PPTX
API Frenzy: API Strategy 101
Akana
 
PPTX
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
Jeremy Brown
 
PDF
API Management Building Blocks and Business value
WSO2
 
PDF
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
apidays
 
Manage your ap is securely and easily ibm apim 4.0
sflynn073
 
API strategy with IBM API connect
Kellton Tech Solutions Ltd
 
Api management customer
nick_garrod
 
Web API Management
Murukesh Jayaraj
 
Api management introduction and product overview v1.0 2014.08.28
floridawusergroup
 
API First Mobile Strategy
Nitin Gaur
 
Effective API Design
Bansilal Haudakari
 
#1922 rest-push2 ap-im-v6
Jack Carnes
 
Platform for Secure Digital Business
Akana
 
I Love APIs Europe 2015: Technical Sessions
Apigee | Google Cloud
 
Platform for Secure Digital Business
Akana
 
Smartone v1.0
Jinyean Tan
 
API Economy - Cuomo
Prolifics
 
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays
 
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
apidays
 
SDP Global Summit 2013
Martin Prosek
 
API Frenzy: API Strategy 101
Akana
 
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
Jeremy Brown
 
API Management Building Blocks and Business value
WSO2
 
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
apidays
 
Ad

Recently uploaded (20)

PDF
Salesforce CRM Services.VALiNTRY360
VALiNTRY360
 
PDF
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Imma Valls Bernaus
 
PDF
Dealing with JSON in the relational world
Andres Almiray
 
PDF
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
PPTX
Automatic_Iperf_Log_Result_Excel_visual_v2.pptx
Chen-Chih Lee
 
PDF
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
PPTX
Revolutionizing Code Modernization with AI
KrzysztofKkol1
 
PDF
2025年 Linux 核心專題: 探討 sched_ext 及機器學習.pdf
Eric Chou
 
PPTX
An Introduction to ZAP by Checkmarx - Official Version
Simon Bennetts
 
PPTX
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
PPTX
PowerISO Crack 2025 – Free Download Full Version with Serial Key [Latest](1)....
HyperPc soft
 
PPTX
How Apagen Empowered an EPC Company with Engineering ERP Software
SatishKumar2651
 
PPTX
WYSIWYG Web Builder Crack 2025 – Free Download Full Version with License Key
HyperPc soft
 
PPTX
Java Native Memory Leaks: The Hidden Villain Behind JVM Performance Issues
Tier1 app
 
PPT
MergeSortfbsjbjsfk sdfik k
RafishaikIT02044
 
PPTX
MailsDaddy Outlook OST to PST converter.pptx
abhishekdutt366
 
PDF
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
PPTX
Cubase Pro Crack 2025 – Free Download Full Version with Activation Key
HyperPc soft
 
Salesforce CRM Services.VALiNTRY360
VALiNTRY360
 
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Imma Valls Bernaus
 
Dealing with JSON in the relational world
Andres Almiray
 
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
Automatic_Iperf_Log_Result_Excel_visual_v2.pptx
Chen-Chih Lee
 
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
Revolutionizing Code Modernization with AI
KrzysztofKkol1
 
2025年 Linux 核心專題: 探討 sched_ext 及機器學習.pdf
Eric Chou
 
An Introduction to ZAP by Checkmarx - Official Version
Simon Bennetts
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
PowerISO Crack 2025 – Free Download Full Version with Serial Key [Latest](1)....
HyperPc soft
 
How Apagen Empowered an EPC Company with Engineering ERP Software
SatishKumar2651
 
WYSIWYG Web Builder Crack 2025 – Free Download Full Version with License Key
HyperPc soft
 
Java Native Memory Leaks: The Hidden Villain Behind JVM Performance Issues
Tier1 app
 
MergeSortfbsjbjsfk sdfik k
RafishaikIT02044
 
MailsDaddy Outlook OST to PST converter.pptx
abhishekdutt366
 
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
Cubase Pro Crack 2025 – Free Download Full Version with Activation Key
HyperPc soft
 
Ad

API Strategy Introduction

  • 1. Inspired Software Services. Measurable Results. API Strategy Introduction
  • 2. • What is an API? • Three reasons to pay attention to your API Strategy • Fix Things • New Applications • Join the API Economy Objectives
  • 4. Inspired Software Services. Measurable Results. What is an API and a Service? • Many complex and not always agreed upon definitions for a Service • A Service is a set of functionality that can be reused by multiple consumers. • An Application Programming Interface (API) provides a programmatic interface to a Service • APIs have been used since the early days of programming to define how one part of a system talks to another part • A Service has one or more Consumers: Web Applications, Mobile Apps, other Services. Consumer 1 Service Consumer 2 API
  • 5. Inspired Software Services. Measurable Results. Consumers Services and Data What is a Web API / Service? Data Web Application Mobile App IOT Device External Program
  • 6. Inspired Software Services. Measurable Results. What is a Web API and Service? • Provides secure access to a Business’s Offerings and Data • Via standard Web Protocols • REST: HTTP, JSON • Web Services: SOAP, XML • And can be consumed by any Application or Program that can make an internet request • Modern architecture is moving toward MicroServices. • “API” has evolved to mean the Service itself In the modern internet, API and Service have specific meanings …
  • 7. Inspired Software Services. Measurable Results. Microservices • Monolithic Services • Access to each entity’s internals and data • Ball of Mud Maintenance Problem • Must deploy and scale as a single large unit • Microservices • Smaller services that work together • Separately deployable and scalable • Much simpler to maintainMicroservices is the latest term for good service design. Monolithic Web Service Orders Order Details Customers Inventory Product Catalog Self Help Help Desk Shopping Cart Users etc. etc. Shipping Warranty API ShippingShopping Cart Order Orders Order Details Shopping Cart Shipping API API API Inventory API Inventory
  • 8. Inspired Software Services. Measurable Results. Home Security Example • Visitor comes up to a door at a home while the home owner is at work • Security Camera detects Visitor and notifies the home owner via text message on her Smartphone • Before querying the home owner, the security system checks to see if this is a person the home owner has recognized before • The home owner reads the text message, opens the Web Application on her desktop, and looks at the image of the visitor. • The home owner then … • Doesn’t recognize the visitor, uses the uses the application to request security be alerted • Recognizes the visitor and selects to unlock the door. • The door lock gets notified and unlocks the door.
  • 9. Inspired Software Services. Measurable Results. API / Services Home Security Example – API Calls Facial Recognition Send Text to Home Owner Detect Visitor Gets Notification Review Visitor Image Unlock the Door Sends security alert Get Unlock Door Cmd Data Read Texts Alert Security Notify Home Owner Send Unlock Command Save Video Media Data
  • 10. Inspired Software Services. Measurable Results. API / Service Summary • The terms API and Services have become synonymous. • Web Services provide common functionality to multiple consumers, including other services • Standards based Web APIs are used by modern user interfaces to access Web Services and their associated Data • Customer demand is increasing for a business’ Services and data outside the applications supplied by the business
  • 11. At some point a company realizes it needs to develop a cohesive strategy regarding it’s APIs API / Service Strategy
  • 12. Inspired Software Services. Measurable Results. Drivers for creating an API Strategy • API Growing Pains • Specific problems with APIs • Maintenance costs rise significantly • Security issues • New Applications • Desire to build a modern application using well designed, shareable API architecture • Join the API Economy • Monetize Services or Data by providing to customers, third parties, suppliers, etc.
  • 13. Inspired Software Services. Measurable Results. API Security - “All” APIs are public facing Data Data Data Web Application Mobile App IOT Device Perceived Public Facing Actual “Public” Facing
  • 14. Inspired Software Services. Measurable Results. API Security – Tips • Remember, an API also exposes any back end system it accesses (e.g., Salesforce, Financial Systems) • Authorize an authenticated user to only access data and take actions the are entitled to perform • Consider what needs to be protected • Be sure to consider multi-tenancy in your API • Use Open, Cross Platform standards such as OpenID and OAuth 2.0 • Use third party providers wherever economically possible All public facing APIs need to be secured like any public facing application
  • 15. Inspired Software Services. Measurable Results. API Growing Pains APIs built for individual applications can experience growing pains as the number of APIs increases
  • 16. Inspired Software Services. Measurable Results. Organically-grown, separate APIs can eventually become a problem Data Data Data Web Application Mobile App IOT Device External Program
  • 17. Inspired Software Services. Measurable Results. Consolidating APIs • Create an API Roadmap • Implement a common set of APIs using a Microservices Design • Subject based (Customer, User, Order, etc.) • Make the common API a first class citizen peer of the consuming applications • Migrate applications to the common API over time • $$ - Consider the ROI carefully • Starting a new application is an opportunity to design and implement a common API
  • 18. Inspired Software Services. Measurable Results. Application Specific APIs API Gateway Architecture combined with MicroServices can help expose a business’ services and data to the API Economy Data Company Applications Web Application Mobile App Internet Device Internal MicroServices
  • 19. Inspired Software Services. Measurable Results. API Best Practices • API as a First Class Citizen – The API/Service provides reusable business logic and data. The User Interface just provides access to that the API/Services business logic. • Use or Move to a Microservices Architecture – Use a single service for a given subject area (Customer, Order, etc.) • Honor Service Boundaries. Access to a service is via the API. Don’t directly access a Service’s internals or data. • Use consistent, REST based-conventions for defining APIs. If developers don’t like your API they won’t use it. • Low trust model – Validate everything coming from an external application • Test APIs Independently - Have QA focus heavily on API validation using automated tests • Organize for API Development - Consider a separate API team, but know this is not always the best option as it may introduce project delays • Create a version release strategy to enable backward compatibility
  • 21. Inspired Software Services. Measurable Results. API Monetization Businesses are learning that their Data and Services have intrinsic value beyond the applications they provide to use it. APIs offer an opportunity to open new Sales Channels
  • 22. Inspired Software Services. Measurable Results. API Growth Trends As of 2017, ProgrammableWeb.com has over 18,000 APIs in its catalog.
  • 23. Inspired Software Services. Measurable Results. The API Economy “The API economy is an enabler for turning a business or organization into a platform” “We live in an API economy, a set of business models and channels based on secure access to functionality and exchange of data. APIs make it easier to integrate and connect people, places, systems, data, things and algorithms, create new user experiences, share data and information, authenticate people and things, enable transactions and algorithms, leverage third-party algorithms, and create new product/services and business models.” -- “Welcome to the API Economy”, Gartner Group
  • 24. Inspired Software Services. Measurable Results. Business Drivers • New Channel for selling Services and Data • New Offerings • Major changes to existing Offerings • Major changes to Back Office systems • Streamlining the purchase and delivery processes • Cost Containment – reduce maintenance, enhancement costs
  • 25. Inspired Software Services. Measurable Results. Gartner Steps to the API Economy (Abbreviated) • Your Digital Strategy drives your API Program • Business Strategy drives the API investment • Tailor your API experiences for your API consumers • Just like a well designed application, APIs must be usable by developers • If you build it, they might not come • You must reach the developers who want to use it • Monetization is much more than charging for (API) calls • Revenue and/or Development Cost containment • APIs are doors into your data and applications • Security Matters • Don’t build your own API Management • Use an API Gateway • Modern Application Architecture relies on APIs • Consumers want to know “Where’s the API”. It is the data conduit for Web, Mobile, IOT • Consuming APIs will be more common than exposing APIs • Manage external API usage across the enterprise © 2017 Gartner Inc.
  • 26. Inspired Software Services. Measurable Results. Internal MicroServicesInternal MicroServices External Consumers API Gateway Architecture combined with MicroServices can help expose a business’ services and data to the API Economy API Gateway External Program Data Company Applications Web Application Mobile App Mobile AppWeb Application Internet Device
  • 27. Inspired Software Services. Measurable Results. API Gateways Provide • Service Level Agreement management • Quota and Rate Limits, Thresholds, etc. • API Consolidation • Security using open protocols • Cloud Scalability • Deployment / Versioning • Discovery
  • 28. Inspired Software Services. Measurable Results. Take Aways • APIs and Services have become first class citizens in the IT World • When starting new applications or major enhancements, consider using or migrating to well designed API/Service using MicroServices principles • Perform security risk assessments on you current APIs • Consider both the revenue and cost management benefits of joining the API Economy as part of your Digital Strategy
  • 29. Inspired Software Services. Measurable Results. Contact Us Tony Timbol Vice President, Sales, SPC4, CSM [email protected] Mobile: 904-614-0931 Office: 610-644-2856 Shandi P. Fischer Regional Sales Director [email protected] Mobile: 970-690-4982 Office: 303-485-1880 Premiosgroup.com