File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 # NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
1212 # Example: http://localhost:5000/ds/callback
1313 "authorization_server" : "https://account-d.docusign.com" ,
14- "click_api_client_host" : "https://demo.docusign.net/clickapi" ,
15- "rooms_api_client_host" : "https://demo.rooms.docusign.com/restapi" ,
14+ "click_api_client_host" : "https://demo.docusign.net/clickapi" ,
15+ "rooms_api_client_host" : "https://demo.rooms.docusign.com/restapi" ,
16+ "monitor_api_client_host" : "https://lens-d.docusign.net" ,
1617 "allow_silent_authentication" : True , # a user can be silently authenticated if they have an
1718 # active login session on another tab of the same browser
1819 "target_account_id" : None , # Set if you want a specific DocuSign AccountId,
4243EXAMPLES_API_TYPE = {
4344 "Rooms" : False ,
4445 "ESignature" : True ,
45- "Click" : False
46+ "Click" : False ,
47+ "Monitor" : False ,
4648}
You can’t perform that action at this time.
0 commit comments