I am developing a private add-on for my organization and want to make a few api calls when it is installed.
I’ve tried using both the lifecycle api key and the authToken in the payload of the postinstall lifecycle endpoint, but I keep getting {‘message’: ‘Token is not valid’, ‘code’: 4017}
Are tokens valid when the postinstall lifecycle call is made?
Hello Jesudas, the token that is provided by Clockify in the installation response is usable and non expirable. Can you please send us the curl request that you’re making so we can check it out?