Discussions

Ask a Question
Back to All

i'm trying to download text archive and i don't know what's happens

HEADERS = {
'Content-Type': 'application/json',
'Authorization': f'Bearer {API_KEY}',
'Accept': 'application/json'
}

url = f"https://api.tor.app/developer/files/{order_id}/content"


and i dont know what's happens

the result in browser is:


{"message":"Unauthorized"}