auth

logout auth

post/auth/v1/logout

Request body

accessTokenstring required

Access token

clientIdstring required

Client ID

refreshTokenstring required

Refresh token

Example request

{
  "accessToken": "eyJhbGciOiJSUzI1NiIsInR5cCIgO...qH1hQ9jv2n3q6T57_F8hZ6hybGRJw",
  "clientId": "app1",
  "refreshToken": "eyJhbGciOiJSUzI1NiIsInR5cCIgO...qH1hQ9jv2n3q6T57_F8hZ6hybGRJw"
}

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.