cURL
curl --request POST \ --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/auth/signout \ --header 'Content-Type: application/json' \ --data ' { "refreshToken": "<string>" } '
{ "success": true, "data": { "message": "<string>" }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "requestId": "<string>" } }
Provide to revoke the server-side session.
Signout acknowledged
true
Show child attributes