Skip to main content
Question

Is it necessary to update BaseUri for Rest EndPoints because of the move to Azure

  • August 26, 2025
  • 1 reply
  • 33 views

Forum|alt.badge.img

Hello,

  

     I have written an application that makes RestAPI calls to a base URI (https://na1.docusign.net/restapi)

     I do have clients that need to whitelist all URLs from their servers.

     For the example above (na1.docusign.net/restapi), I will now need to have the client whitelist na1-b.docusign.net

     My question is:

               Does the base URI for the RestAPI calls remain na1.docusign.net.

      I assume that the base URI remains the same (na1.docusign.net/restapi).

      Thanks.

1 reply

Forum|alt.badge.img+3
  • Docusign Employee
  • 17 replies
  • August 27, 2025

The Base URL for API requests will remain the same. 

You will only need to update the subdomain (n1-b.docusign.net) if you have an existing whitelist using subdomains under your network settings.

The URL for API endpoints won't be changed. You can continue using https://na1.docusign.net/restapi.