I'm trying to integrate an application Delphi
with SendGrid
, to configure the request I'm using RESTDebugger
. I inform you
Header Authorization="Bearer" + [minha chave]
Content-Type = "application/json"
And the JSON
with BODY
, containing the necessary information, however when I send the request I get the answer:
Permission denied, wrong credentials
I do the same process using Postman
application and the process works, is it any problem with Delphi
?