I'm trying to test my Twilio Autopilot via autopilot:simulate but it ends up with Authentication failed no matter how I try to call it.
Current approach is like this:
twilio autopilot:simulate -s UA... -t 123456 --profile=...
Which returns:
ERROR: StatusCodeError: 401 - {"code":12400,"status":401,"message":"Authentication failed"}
I'm on the newest Twilio CLI version 2.10.3. I'm using a profile which is marked as active when I check via twilio profiles:list.
Any ideas what can cause this?
I'm trying to test my Twilio Autopilot via
autopilot:simulatebut it ends up withAuthentication failedno matter how I try to call it.Current approach is like this:
Which returns:
I'm on the newest Twilio CLI version
2.10.3. I'm using a profile which is marked asactivewhen I check viatwilio profiles:list.Any ideas what can cause this?