oauth/token/invalidate not working
AnsweredWhen I call: https://podio.com/oauth/token/invalidate
I get back:
{
"error_parameters": {},
"error_detail": null,
"error_propagate": false,
"request": {
"url": "http://api.podio.com/oauth/token/invalidate",
"query_string": "",
"method": "POST"
},
"error_description": "invalid_request",
"error": "unauthorized"
}
What other bits do I need to add to the URL to invalidate my token.
I am using username and password authentication flow.
-
This also does not work:
https://podio.com/oauth/token/invalidate?client_id=&client_secret=&refresh_token=***
What am I doing wrong :)
Please sign in to leave a comment.
Comments
4 comments