BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
54 / 81 · Module 15 — Deployment and Operations · filtered: interview← prev⊞ allnext →

15.56Version information endpoint

A useful application can expose:

GET /info

returning something like:

{
  "version": "1.2.3",
  "environment": "QA"
}

without secrets.

Then automation immediately knows:

What version am I actually testing?

Very useful for release validation.