Organizations database hooks

Im currently integrating PostHog and used the database hooks to track auth related events. Is there a way to hook into the organizations plugin?
4 Replies
bekacru
bekacru3mo ago
currently there is no easier way other than making a plugin or tracking from the client. but if you make a plugin you just need to hook into org related endpoints and invoke the tracker from there.
luksch42
luksch42OP3mo ago
Thanks! Is there a list of all endpoints? @bekacru
bekacru
bekacru3mo ago
you could use the open api plugin to see the list of endpoints.
luksch42
luksch42OP3mo ago
Love it

Did you find this page helpful?