Gus Member

Comments

  • Thanks for the answers. Right, I want the card data and not the definition. I found the API call that it's done by checking Network Inspect as @MarkSnodgrass suggested, it seems to be a POST request to: /api/content/v1/cards/<card_id>/export So, then I tried to replicated that call using my credentials etc for API auth as…