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

Get Images

Developing
GET
v1/api/images/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3200/v1/api/images/'
Response Response Example
{
  "images": [
    "https://i.pinimg.com/564x/d3/7b/02/d37b020e87945ad7f245e48df752ed03.jpg",
    "https://i.pinimg.com/564x/01/c7/51/01c751482ef7c4f5e93f3539efd27f6f.jpg",
    "https://i.pinimg.com/564x/51/7a/06/517a0618da1e727cd9b4246aba571ab3.jpg",
    "https://i.pinimg.com/736x/ea/06/ff/ea06ff188085acfab02f046996afbe0e.jpg",
    "https://i.pinimg.com/564x/21/3d/8b/213d8b199373c6810a2c66383767aa56.jpg",
    "https://i.pinimg.com/564x/ef/c0/9e/efc09e3301e0f414496b56ec817f6375.jpg",
    "https://i.pinimg.com/564x/4f/13/1d/4f131d9a7a9f9d7ad1781a799616e92c.jpg",
    "https://i.pinimg.com/564x/49/67/10/49671023fb589dc2df4f6043618d0314.jpg",
    "https://i.pinimg.com/564x/97/a0/ef/97a0eff3eb0fbbbbc0f71565caec94a9.jpg",
    "https://i.pinimg.com/564x/ee/ab/46/eeab46cdce74220f9593cd337e14b40e.jpg"
  ]
}

Request

None

Responses

🟢200OK
application/json
Body
images
array[string]
required
Previous
Reply Paysar
Next
Register
Built with