post https://app-api.sandbox.coinify.com/auth/revoke
If the user wants to sign out, the client will have to revoke the refresh token and “forget” the current access token. This endpoint allows you to revoke a refresh token, so it is no longer valid.
The default token
value provided here is just an example. You can do a test by first authenticating as the end-user and getting the refresh_token
via one of the authentication methods API response. Check Authentication methods.
Info:
See RFC 7009 for OAuth2 standard on revoking tokens.
Info:
See OAuth2 Error Response for possible error codes.