Sender API functions
When I try using the sender API functions, I am getting the error Method not implemented. I used getSessionToken found in the sender API documentation Canary Labs | Sender Web API Documentation
3 replies
-
Hey Abdullah.
Typically Method not implemented indicates there is an error in the URL of the request. Verify URL being requested ends with api/v1/getUserToken.
The sender API is still targeting v1 whereas the views API now targets v2
-
Hi Ken,
Thanks for the response. When I use http:localhost:55235/api/v1/getUserToken, it works fine. However, when I try http:localhost:55235/api/v1/getSessionToken, then I get the error 'method not implemented'. Could you verify this method is working from your end.
Cheers,
Abdullah
-
Hi abdullah. naeem ,
If using the http Sender API, the port number number should be 55253, not 55235. 55235 is the Read API which does not have a getSessionToken method which is why you are probably seeing that error.