✅ [Solved] Custom Actions: what can i do and cannot?

In my mind, there are 6 use cases:

  1. GET public endpt :white_check_mark:
  2. POST public endpt :white_check_mark:
  3. GET private endpt (need to use API secret key)
  4. POST private endpt (need to use API secret key)
  5. GET private endpt while able to identify the user :white_check_mark:
  6. POST private endpt while able to identify the user (almost trivial)

Since I have solved 5, therefore 3 and 4 are not needed and 6 is almost trivial.

Now marking this thread as solved

1 Like