Ready-to-use requests!

Postman and Insomnia are powerful tools for developing, testing, and documenting APIs. At ZapSign, we've prepared complete request libraries for both platforms to streamline your workflow.

Using Postman

You can save a lot of time by using the pre-built requests available in Postman.

After opening the link, select the environment you want to test from the top right corner and create a fork to access all the endpoints within your own workspace.

Once the environment is selected, simply configure your variables by clicking on "Environments" in the left-hand menu.

With Postman configured, you're ready to use all the endpoints. The only mandatory variable is the api_token, your authentication token. All other variables can be filled in as needed.

In the right sidebar menu, the </> code icon allows you to export all requests in your preferred language.

Using Insomnia

For Insomnia, we’ve prepared all the endpoints in this file. After importing the file, you’ll need to select the environment and input your API token before making a request.

17KB
Insomnia_2023-03-27.json
File import with all requests for Insomnia.

In Insomnia, press Shift+Ctrl+G while viewing a request, and the code will be automatically generated in any programming language you choose.

Last updated