Data Warehouse

A central repository of integrated data from one or more disparate sources. [Wikipedia link]


JSON Web Token (JWT)

An open standard for authentication that uses a JavaScript Object Notation (JSON)-encoded token to securely represent claims between two parties. Typically, the tokens are used to represent an identity and its associations, such as a user and role or group. [Wikipedia link]


JSON Web Token or JWT

An open standard for Authentication that uses a JavaScript Object Notation (JSON)-encoded token to securely represent claims between two parties. Typically, the tokens are used to represent an identity and its associations, such as a user and role or group. [Wikipedia link]


Swagger

An older specification upon which the OpenAPI Specification (OAS) specification is based. [Wikipedia link]


Web API

An application programming interface (API) for either a web server or a web browser. [Wikipedia link]


Webhook

A web-based (HTTP) callback function that allows event-driven communication between two APIs. [Wikipedia link]