Forum Discussion
adamwallace3
8 years agoAdvocate II
How To: Get embed token using Get/Post only
Step 1: Authorize App Register App I used a native app, it was the simplest solution. You can use a server-web app, but you will need to add client_secret anywhere you see client_id in this walk...
andyparkerson
8 years agoAdvocate III
This isn't code, but rather pseudocode. You would need to implement it in whatever language you are writing in.
The best thing to do is probably try Postman, at https://www.getpostman.com/. You can use that to send GET/POST commands to the API.
azulcore
8 years agoFrequent Visitor
Thank you! I was able to run it!