Set an OAuth authorization header with a cURL request
Sends a request using cURL with an OAuth access token.
Authored by: TonyBrought to you by Warp, a free terminal reimagined to work like a modern app.
access_token
url
Command
Copy
curl -H "Authorization: OAuth access_token" url
Tags
Edit in GitHub
Copied