Skip to main content

Prerequisites

  • API credentials from your Nitro delivery team - see Platform Access
  • Your tenant’s base URL
Prefer an interactive panel? On any API reference page, click Try it to open the request panel, set your base URL and authentication, and send the request live against your tenant - no curl required.

Set your base URL

Set your base URL as an environment variable. All examples on this page use BASE_URL:

Make the request

Call GET /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.
See Authentication for how each method works and which OAuth2 flow applies to your integration.

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.