Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 217 Bytes

09_Making_API_Calls.md

File metadata and controls

7 lines (5 loc) · 217 Bytes

Making API Calls

Once you have your access token, making some API calls from the command line is also easy:

curl -H 'Authorization: Bearer <your access token>' 'https://api.layervault.com/api/v1/me'