Intro Tech Topics for Sales and Ops Flashcards
API stands for?
Application Program Interface
What is an API for?
Enables applications to communicate with each other.
What two steps, in order, occur, when communicating with a web API
<b>Request</b> from a remote application to the API and a <b>Response</b> from the API back to that application.
What is a web API “Endpoint”
A web address of the API that remote code communicates with, on a particular topic. For example, https://ticket.system.com/api/tickets is an endpoint that you might expect to be able to get a list of tickets from.
Does an API run on a schedule, or automatically trigger when pre-defined events occur?
No
What are the major types of web APIs?
RESTful, GraphQL and SOAP