How do you format maker api?

Do you keep the [. How about the {..what about the quotes?

If you wanted “wink fan-on” how would you format it?

Thank you

No, you don't keep any of those special characters.

It's http://192168.1.226/apps/api/[app number]/devices/39/on?access_token=[your access token] to turn on and http://192168.1.226/apps/api/[app number]/devices/39/off?access_token=[your access token] to turn off.

Make sure to replace [app_number] with the app number in your URL (it's right after /api/) and your access token and be sure to remove the [ and ] in my example.

Thank you

Here's a tip, use a json formater to read it, it'll probably make a lot more sense. Firefox has one built in, chrome has a ton of extentions you can add. In Firefox it looks like this when I hit the endpoint. There's also a lot of json pretty printers with a quick google, which might be useful if you're on an ipad.

Thank you

It worked. Now if if wanted that to toggle, is that possible? I figure a rule, but can I make that link a trigger?

what did you end up doing here? im in the same boat, short of creating a new driver.....

?
The solution is above.
What are you trying to do specifically?