GET request that will fetch all the existing envelopes from your Nitro account.
Get Envelopes
Run the following curl command to fetch the envelopes associated with your account. Replace the<token> placeholder with a valid access token, either generated via code or extracted from your browser’s Application tab in the dev tools.
Request
Response
Below is an example of the response you will get.items — A list of the envelopes you currently have in your account.
nextPage — The next page cursor token to request further envelope entries. It doesn’t appear in the response if no more data is available.
Response types
200 Success
Successful request with a list of envelopes.
401 Unauthorized
If your access token is expired or invalid, you will receive a 401 Unauthorized response. If this happens, renew your access token and try again.
If you continue getting the error after renewing the token, check the validity of the client_secret key that generated it.