アクセストークン、リフレッシュトークンを無効にする。

Example

curl  -X POST https://myaccount-staging.getmoneytree.com/oauth/revoke \
      -F token=665db698eb... \
      -F client_id=765db698eb... \
      -F client_secret=865db698eb...

📘

トークンが存在しない、あるいはトークンが既に失効されている場合でも200(正常終了)を返します。

Language
URL
Click Try It! to start a request and see the response here!