Token would typically be Bearer in case of using a bearer token. It’s not clear whether you actually have Token in there, before the actual token, or whether you redacted more of that part.
Could you use ReqBin again and let it generate the curl code for your request (and redact your token again), so that one can compare exactly?
Also, no docs from the site/app you’re using, so hard to check anything else, but maybe there’s another header required (ReqBin by default has headers that you don’t have in your YAML, hence the need to see exactly what you tested).
Hi, Thank you to try to help me ! I did fix it this night but I can’t tell how … I copy paste the code off some one else and change only my url and token and it worked…the code looked the same but there is probably a little something that I didn’t see
Rather than using ReqBin, I’d suggest running the command via a terminal in HA. That way you know there are no hidden headers, and if there’s something specific to your HA environment that’s making it fail, you’ll see that in the output.