Configuring basic authentication details for DocuSign envelope requests
Although OAuth 2.0 is a more robust and secure authentication method for your DocuSign API calls, you can use basic authentication for development environments or proof-of-concept use case scenarios because this method requires less configuration.
- Find and open the pySetEnvelopeCredentials data transform.
- In step 2 of the data transform, set the
.pyRequest.pyXDSAuth property value equal to the
following expression:
"{\"Username\": \"your_docusign_username\",\"Password\": \"your_docusign_password\",\"IntegratorKey\":\"your_integration_key\"}"
- If you are not using a void envelope flow, disable step 3 of the data transform.
- Confirm your settings by clicking Save.
Previous topic Preparing a DocuSign envelope Next topic Assigning recipients to an envelope