Hi,
I’m sorry to post with what I think is a simple problem, but I’ve read the API documentation, etc, and I cannot see where I’ve gone wrong!
I am writing in Python and trying to send a message using the REST API. I have the following code:
The GET works fine - it returns all my information, so I knmow my API key is correct.
The POST returns: {“success”:false,“error”:“Not logged in”}
Can someone tell me what I am doing wrong?
Thanks!