Already have Postman? Go straight to the instructions!
Typeform offers a Postman collection to help you decide whether to integrate with Typeform and learn how specific calls work in our platform.
Postman is a widely used tool for API exploration and discovery. Postman is helpful for trying out APIs and learning your way around what an API offers and how it works.
If you aren't familiar with Postman, check out the Postman Learning Center.
All you need to run Typeform in Postman is a free Typeform account.
Postman token
(or whatever is meaningful to you).Postman token
value.typeform_personal_token
. Paste the Postman token
value into the CURRENT VALUE field for your typeform_personal_token
and click Save.You're ready to go!
Use Postman to send a request to GET https://api.typeform.com/me
to retrieve your Typeform account information. If you have some forms in your Typeform account, call GET https://api.typeform.com/forms
to see a list of them. Or call any of the available endpoints for our APIs---they're listed on the left side of this page.
If you have any trouble running Typeform in Postman, please contact developer support.
NOTE: For maximum security, be sure to delete the Postman token in Postman and your Typeform account when you no longer need it. You can always make another personal access token later.
Create an application that integrates with Typeform's APIs! If you're looking for inspiration, you can find out what other open-source developers are doing on our Community projects page.
You can also take a look at an explanation for a JSON response from our Responses API to see how they're structured.