Skip to main content
GET
/
license
/
check
Check if the license is valid
import requests

url = "http://api/apollo/license/check"

response = requests.get(url)

print(response.text)
true

Response

200 - */*

successful operation

The response is of type boolean.