Revoking a Token Programmatically

You may need to revoke a token due to your security requirements or if you wish to remove access for your integration. Here is how to do it programmatically.

curl -i -X POST 'https://sandbox.reverb.com/oauth/revoke' -d 'token=the_token_you_want_to_revoke&client_id=your_client_id&client_secret=your_client_secret'