# Ready-to-use requests!

### Using Postman

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

{% embed url="<https://elements.getpostman.com/redirect?entityId=27495556-787b914f-ebeb-426a-9808-7fb0bd0d47fd&entityType=collection>" %}

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.\
![](https://1401277393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4noMoX5ZGb2-RhWjjf-1703796690%2Fuploads%2F0wIrTfF0x8gUknshkzI6%2Fimage.png?alt=media\&token=b4059d39-b11a-42e4-ae5f-b58f1bfeb5b8)

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

<figure><img src="https://1401277393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4noMoX5ZGb2-RhWjjf-1703796690%2Fuploads%2FwXtW4NGKQ8sjvZOMTQM1%2Fimage.png?alt=media&#x26;token=4e488e68-02b3-4a2a-828e-4edebe27a2b4" alt=""><figcaption></figcaption></figure>

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. \ <br>

{% hint style="info" %}
In the right sidebar menu, the \</> code icon allows you to export all requests in your preferred language.\
![](https://1401277393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4noMoX5ZGb2-RhWjjf-1703796690%2Fuploads%2FxuBelLgRglmR8GcnDims%2Fimage.png?alt=media\&token=8925dcbd-46fa-447b-bcbb-f3885b0596d8)
{% endhint %}

### 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 src="<https://1401277393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4noMoX5ZGb2-RhWjjf-1703796690%2Fuploads%2F2jQvX5EvLAsnDwWIWOtu%2FInsomnia_2023-03-27.json?alt=media&token=81b2d221-d3b2-463c-9277-1c862a98dc96>" %}
Insomnia ZapSign API.json
{% endfile %}

![File import with all requests for Insomnia.](https://github.com/AmandaAmani/documenta-ocurso/blob/main/%20cortado%20insonia.gif?raw=true)

{% hint style="info" %}
In Insomnia, press Shift+Ctrl+G while viewing a request, and the code will be automatically generated in any programming language you choose.
{% endhint %}
