Now that you have your access token, you are ready to make your first API call to test your access to the Nitro Sign API. Your first call will be a simpleDocumentation Index
Fetch the complete documentation index at: https://developers.gonitro.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.