Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Created May 14, 2015 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismaelc/84bced2bcc6568533723 to your computer and use it in GitHub Desktop.
Save ismaelc/84bced2bcc6568533723 to your computer and use it in GitHub Desktop.
Revoking access token APIEmbed HAR request object
{
"method": "POST",
"url": "https://www.concursolutions.com/net2/oauth2/revoketoken.ashx",
"queryString": [
{ "name": "token", "value": "<insert access token>" }
],
"headers": [
{ "name": "Accept", "value": "application/xml" },
{ "name": "Authorization", "value": "OAuth <insert access token>" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment