I've been working with the first GET from the trello documentation.
"GET /1/actions/{id}"
What I'm imagining is that it will return the object that contains whatever action you're looking for.
so after looking a bit around for what id's actions carry, it seems there is only a list of the names and not their corresponding ids, and as I'm just looking for an action id to test this GET with, i was wondering if any of you guys could provide me the id of any action, and maybe clarify a bit as to why i can't find the id's cuz that seems insane =p
https://developer.atlassian.com/cloud/trello/guides/rest-api/action-types/
Thanks in advance