Skip to main content
HEAD
/
apps
/
{id}
/
{service}
/
{path}
Python
import requests

url = "http://api/apollo/apps/{id}/{service}/{path}"

response = requests.head(url)

print(response.text)

Path Parameters

id
string
required
service
string
required
path
string
required

Response

default

successful operation