cURL
curl --request POST \ --url https://app.mlm-platform.com/api/v1/auth/revoke \ --header 'Content-Type: application/json' \ --header 'x-tenant-api-key: <api-key>' \ --data ' { "token": "<string>" } '
Revokes an access or refresh token.
Tenant API key for authentication
Token revoked