0
votes

I'm passing Authorization information in json format as following.

X-DocuSign-Authentication:{ "Username" :"xxxxx", "Password" :"xxxxxx", "IntegratorKey" :"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }

I'm converting it ToBase64String and pass it to docuSign restapi.

It gives me UnAuthorised user error with status code 401.

I want to know which format and encoding i have to pass to "/v2/login_information" to get baseURL

1

1 Answers

1
votes

No encoding is required for the X-DocuSign-Authentication header.

Also see this answer for more detailed explanation.