List all parsers
import requests
url = "https://{FUSION HOST}/api/parsers"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text)[
{}
]List all parsers
deprecated
Use this endpoint to discover existing parsers and their IDs and attributes. Optionally, you can filter the list.
GET
/
parsers
List all parsers
import requests
url = "https://{FUSION HOST}/api/parsers"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text)[
{}
]Was this page helpful?
⌘I