The value you're entering there doesn't look like a token. A token should be 40 characters long with no dashes. It looks like you might be using the GUID of the token.
See wome more details here on how to set the token in calls
https://playground.fmeserver.com/using-the-rest-api/basics/
The value you're entering there doesn't look like a token. A token should be 40 characters long with no dashes. It looks like you might be using the GUID of the token.
See wome more details here on how to set the token in calls
https://playground.fmeserver.com/using-the-rest-api/basics/
When you gnerate a webhook, FME creates a token on the fly, and it does have dashes, when I look under tokens in FME server, I see it listed as a "Session token", it seems those have dashes. When I manully generate a token, it is does not have the dashes, but I get the same 401 unauthorized error with that as well.
So the syntax does work with the token (with the dashes) in the httpcaller, as long as I do not use the GET command, so apparently, that is not supported.