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

GetUser Payser

Developing
GET
v1/api/paysar/get_payser
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3200/v1/api/paysar/get_payser'
Response Response Example
[
  {
    "paysar_id": 49,
    "title": "LOVE",
    "content": "Love encompasses a range of strong and positive emotional and mental states, from the most sublime virtue or good habit, the deepest interpersonal affection, to the simplest pleasure.[1] An example of this range of meanings is that the love of a mother differs from the love of a spouse, which differs from the love for food. Most commonly, love refers to a feeling of strong attraction and emotional attachment.[2]",
    "sent_date": "2023-12-19T05:21:46.000Z"
  }
]

Request

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

Responses

🟠402Bad Request
application/json
Body
data
boolean 
required
msg
string 
required
Previous
GET PAYSAR
Next
Replay Paysar
Built with