how to get JSON data from BOX API using cURL?
I've tried the following but it didn't work with my token.
curl https://api.box.com/2.0/folders/0 -H "Authorization: Bearer YOUR_DEVELOPER_TOKEN"
the response I keep getting is:
curl: (56) Unexpected EOF
If possible I would also like to know the format for CLIENT_ID and CLIENT_SECRET?
Please sign in to leave a comment.
Comments
0 comments