Advertisement
Tanoro

Docusign

Jan 28th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. POST Array
  2. (
  3. [returnUrl] => http://www.cgleasedevelopment.com
  4. [authenticationMethod] => Email
  5. [email] => cgray@bandwise.com
  6. [userName] => Christopher Gray
  7. [clientUserId] => 1
  8. )
  9. cURL
  10. (
  11. [url] => https://demo.docusign.net/restapi/v2/accounts/892307/envelopes/220f9182-7d59-400d-8c52-529d4dc9b94b/views/recipient
  12. [content_type] => application/json; charset=utf-8
  13. [http_code] => 400
  14. [header_size] => 222
  15. [request_size] => 599
  16. [filetime] => -1
  17. [ssl_verify_result] => 0
  18. [redirect_count] => 0
  19. [total_time] => 0.266403
  20. [namelookup_time] => 4.1E-5
  21. [connect_time] => 0.028226
  22. [pretransfer_time] => 0.129865
  23. [size_upload] => 158
  24. [size_download] => 109
  25. [speed_download] => 409
  26. [speed_upload] => 593
  27. [download_content_length] => 109
  28. [upload_content_length] => 158
  29. [starttransfer_time] => 0.266371
  30. [redirect_time] => 0
  31. [certinfo] => Array
  32. [primary_ip] => 209.46.117.172
  33. [primary_port] => 443
  34. [local_ip] => 216.38.31.235
  35. [local_port] => 33685
  36. [redirect_url] =>
  37. [request_header] => POST /restapi/v2/accounts/892307/envelopes/220f9182-7d59-400d-8c52-529d4dc9b94b/views/recipient HTTP/1.1
  38. Host: demo.docusign.net
  39. Accept: */*
  40. Content-Type: application/json
  41. Content-Length: 158
  42. X-DocuSign-Authentication: <DocuSignCredentials><Username>2aac5da7-35be-466d-9bbd-d0558badcf7d</Username><Password>PS86dY7le3Pfpi4YfJmz</Password><IntegratorKey>BAND-86791097-da62-4c30-8108-20e40a9fea3e</IntegratorKey></DocuSignCredentials>
  43.  
  44.  
  45. )
  46.  
  47. --DIAGNOSTICS-------------------------------------------------------------------
  48.  
  49. Errors:
  50. ERROR! HTTP request returned 400
  51. {
  52. "errorCode": "AUTHORIZATION_INVALID_REQUEST",
  53. "message": "The authorization request is malformed."
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement