PaySar
  1. Auth
PaySar
  • CLIENT
    • PaySar
      • Create Paysar
      • GET PAYSAR
      • GetUser Payser
      • Replay Paysar
      • Reply Paysar
    • Image
      • Get Images
    • Auth
      • Register
        POST
      • Login
        POST
      • Logout
        POST
    • User
      • getUser
      • Get Public User
      • Update User
      • GetAllUser
    • Feedback
      • createfeedback
    • Blog
      • Blog
      • Get Blog
      • like blog
  1. Auth

Logout

Developing
POST
v1/api/auth/logout
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:3200/v1/api/auth/logout'
Response Response Example
{
  "data": true,
  "msg": "string"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200OK
application/json
Body
data
boolean 
required
msg
string 
required
Previous
Login
Next
getUser
Built with