Requesting Revocation of an Access Token

Requests the revocation of the access token defined by the user.

When this call is executed, the specified access token is immediately revoked. However, note that if the user whose token was revoked accesses the URL returned in the answer for this call (in an authenticated browser), they will also be signed out of the system.

 

URL

{RMUrl}/APIIntegration/Revoke

 

REQUEST METHOD

GET

 

FORM CONTENT SAMPLE

GET {RMUrl}/APIIntegration/Revoke HTTP/1.1

Authorization: OAuth2 804C16782B60AC31E39084A46EAF555AF7D1F428

Content-Type: application/json

 

SUCCESS RESPONSE EXAMPLE

{

  "LogoutUrl": "{RMUrl}/MySpace/Logout"

}