Skip to main content
vasilisgogos
New Member
May 19, 2025
Solved

FortiGate/FortiManager Rest API call for license expiration date

  • May 19, 2025
  • 1 reply
  • 1343 views

Hi team,

Does anyone know how to get the license expiration date by using an API call, either to FG directly or to FMG (with ADOM)?

API with the format /api/v2/monitor/license/status/ is not showing the expirationAPI.png date 

Best answer by ebilcari

The value is in epoch format, you need to convert it, (Thursday, December 17, 2026 12:00:00 AM)

1 reply

ebilcari
Staff
ebilcariAnswer
Staff
May 19, 2025

The value is in epoch format, you need to convert it, (Thursday, December 17, 2026 12:00:00 AM)

Emirjon