Skip to main content

Glossary

This article gives definitions for the terms that are specific to LanguageWire Project API and generic terms and definitions used in our documentation.

NameDescription
AccountAn account is a single register held by an user in the LanguageWire Platform. You should have an authenticated account with your company details to use our Project API with live data in production.
👉 Learn how to get a registered account here.
AuthenticationThe process to validate a user's identity to access an app or server.
Authentication flowThe Authentication (or Basic) flow is an option for apps that have web-server logic that enables back-end communication with the IdP (OneLogin). This flow results in a traditional OAuth access token being returned in secret to the web application via calls made on the back end. In this flow, rather than transmit the user details, the provider sends a special, one-time-use code that can be exchanged by the back-end web service for an OAuth access token. This exchange needs to include the client id and client secret in addition to the code, just like a traditional OAuth 2.0 flow.
OAuth 2.0 protocolClients use OAuth 2.0 flows to obtain ID tokens, which work with web apps. OAuth 2.0 also means that you have a single protocol for authentication and authorization (obtaining access tokens).
API CallThe API call is simply the process of sending a request to your API after setting up the right endpoints. Upon receiving your information, it is processed, and you receive feedback. As an example, websites and mobile apps perform API calls to fetch user data.
API EndpointAn API endpoint is a digital location where an API receives requests about a specific resource on its server. In APIs, an endpoint is typically a uniform resource locator (URL) that provides the location of a resource on the server.
API IntegrationIn simple terms, API integration connects two or more applications to exchange data between them and connect to the outside world.
API RequestThis is the same as an API call.

Something missing? If you have any other related term that is not listed here, and you would like us to include, please contact us.