Prerequisites
- API credentials from your Nitro delivery team - see Platform Access
- Your tenant’s base URL
Set your base URL
Set your base URL as an environment variable. All examples on this page useBASE_URL:
Make the request
CallGET /documentGroups - a read-only
endpoint that returns the available document groups. It is a safe way to verify that your
credentials and base URL are correct.
Verify the response
A successful response returns the configured document groups:Troubleshoot common errors
Next steps
Send a document for signing
Follow the end-to-end tutorial to build your first signing workflow.