Reece Rodriguez
06/24/2020, 3:07 PMcurl call or using python requests. What is the header for authentication called? I saw somewhere on github someone used curl -H Authorization: [tokenhere] but that didn't work for meblaedj
06/24/2020, 3:38 PMcurl -H "Authorization: Bearer <tokenhere>" to specify the type in the standard Authorization: <type> <credentials> headerReece Rodriguez
06/24/2020, 3:38 PMReece Rodriguez
06/24/2020, 3:39 PMcurl -H "Authorization: Bearer Token"Reece Rodriguez
06/24/2020, 3:40 PMBearer Token partReece Rodriguez
06/24/2020, 3:40 PMReece Rodriguez
06/24/2020, 3:40 PMblaedj
06/24/2020, 3:40 PMReece Rodriguez
06/24/2020, 3:43 PMReece Rodriguez
06/24/2020, 3:43 PMblaedj
06/24/2020, 3:44 PM