API Key (for Python code)
-
Please help create an API Key for program which written on Python. The program contains this code, in which I must write the address of the key and the key itself.
api_endpoint = 'https://<pfSense_IP>/api/v1/'
api_key = '<API_key>' -
pfSense software does not include an API like that.
You may have installed some kind of third-party add-on to act as an API, in which case you need to consult their documentation about key management.