Discussions

Ask a Question
Back to All

Please specify an object for subscription

Hi
i created developer account at m8
Im facing some problems using webhooks
I have authenticated and get the access token
and with that access token I was sending another api call to get list of web hooks but it gives me this error :
{
"success": false,
"message": "Please specify an object for subscription"
}

and when I add when I added object:Job
it gives this error:
{
"success": false,
"message": """ is not a valid field for subscription"
}
Please advice what i am doing wrong here!