š£ this endpoint logs out authenticated user . In this POST request , user is indentified using authentication headerš¢ Info message : Here URL is contructed likePOST/v1/auth/logout
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.vidinfra.com/auth/logout'
Response Response Example
{"message":"Email OTP Sent Successfully. Please check your email inbox.","success":true}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.