New to Rest API - Schedule Campaign
I am trying to use the Rest API to make a call 'Schedule Campaign' call via PHP.
I have uploaded my php to my own server to call the script: (myserver.com/api-call.php).
I have set it up like they have suggested, but I keep getting the error:
{"input":{"tokens":[{"name":"{{my.TokenName}}","value":"Hello World!"}]}}{"requestId":"1428a#15412366eaf3c","success":false,"errors":[{"code":"610","message":"Requested resource not found"}]}
Any tips or tricks?
-Bryce