Trying to call a script via the API, get a 404?

So I’ve made a script called
script.set_sign_for_recording

For setting my brand spanking new led matrix sign :slight_smile:

I then call
https://url:8123/api/script/turn_on
with the headers

Authorization: Bearer vIxxx
Content-Type: application/json

and the body

{
"entity_id": "script.set_sign_for_recording"
}

But I get a

404 Not found

??

https://url:8123/api/services/script/turn_on

1 Like

Ahh, darned, thankyou @koying, works like a charm :slight_smile: