List notifications

This commit is contained in:
simonwt 2026-04-13 17:43:52 +01:00
parent 921b6f5d95
commit 1b50309c09
5 changed files with 39 additions and 3 deletions

View file

@ -33,7 +33,9 @@ import trustcafeapiwrapper, os
API = trustcafeapiwrapper.APIClient(
client_id=os.getenv("client_id"),
client_secret=os.getenv("client_secret")
client_secret=os.getenv("client_secret"),
env="alpha" # alpha | production.
debug=False
)
profile = API.run_job('userprofile.get', "simon-little")