Advertisement
Guest User

Untitled

a guest
May 31st, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. POST https://{server}/restapi/{apiVersion}/oauth2/token
  2. Accept: application/json
  3. Content-Type: application/x-www-form-urlencoded
  4. grant_type=password&client_id={IntegratorKey}&username={email}&password={password}&scope=api
  5.  
  6. curl -i -H "Accept": "application/json","Content-Type": "application/x-www-form-urlencoded", Content-Length": 152 -X POST -d "username=email%gmail.com&password=password&client_id=client_id&grant_type=password&scope=api" https://demo.docusign.net/restapi/v2/oauth2/token
  7.  
  8. Invoke-WebRequest : Missing an argument for parameter 'InFile'. Specify a parameter of type 'System.String' and try
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement