Skip to main content
POST
/
api
/
v1
/
token
/
revoke
Revoke Refresh Token
curl --request POST \
  --url https://api.example.com/api/v1/token/revoke \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh_token": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://openwearables.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Request to exchange refresh token for new access token.

refresh_token
string
required

Response

Successful Response