0

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

3replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • 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

    Like
  • 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

    Like
  • 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.

    Like 1
print this pagePrint this page
Like Follow
  • Status Answered
  • 2 yrs agoLast active
  • 3Replies
  • 120Views
  • 3 Following