Advertisement
Guest User

Untitled

a guest
May 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #/bin/bash
  2.  
  3. # This offset should return the least amount of data for a while...maybe forever
  4. curl -s POST https://sandbox.plaid.com/institutions/get -H 'Content-Type: application/json' -d '{
  5.  "client_id": "5cc312cee54277001312d232",
  6.  "secret": "1db9813261f0a31c4abaf7e13c132d",
  7.  "count": 1,
  8.  "offset": 50219
  9. }' | grep total
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement