Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. POST /api/v1.0/token HTTP/1.1
  2. Host: api.mysoftwareapp.com
  3.  
  4. UserName={username}&Password={password}&grant_type=password&client_id={client_id}
  5.  
  6. GET /api/v1.0/Partners HTTP/1.1
  7. Host: api.mysoftwareapp.com
  8. Authorization: Bearer this_is_where_the_token_goes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement