JSON + cURL Export
JSON
{
"Authorization": "Bearer your-token-here",
"Content-Type": "application/json",
"Accept": "application/json"
}cURL
curl -H 'Authorization: Bearer your-token-here' \ -H 'Content-Type: application/json' \ -H 'Accept: application/json'
FAQ
What headers?
Authorization, Content-Type, Accept, and custom headers.
Love this tool? Explore 999+ more
Free online tools for images, PDFs, text, code, and more. All running in your browser.
Explore All Tools