2
Just like in POSTMAN, you need to send this token in a header of the requisition.
client.DefaultRequestHeaders.Authorization
= new AuthenticationHeaderValue("Bearer", "token da API");
2
2
Just like in POSTMAN, you need to send this token in a header of the requisition.
client.DefaultRequestHeaders.Authorization
= new AuthenticationHeaderValue("Bearer", "token da API");
Browser other questions tagged c# api token
You are not signed in. Login or sign up in order to post.
Please do not post code as image. Always use text.
– Jéf Bueno