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.

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.

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.

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