Platform API 3.0
/- Logout (revokes the refresh token)
Login
Refresh Access Token
Logout (revokes the refre...
POST
curl -i -X POST \
https://baseUrl/api/v3.0/logout \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'wss-refresh-token: string'curl -i -X POST \
https://baseUrl/api/v3.0/logout \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'wss-refresh-token: string'