Delete Requests

Get all delete requests(admin)

GET delete requests(admin)

Endpoint

GET /api/v1/delete_requests

Request

Route

GET /api/v1/delete_requests

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyODAiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzUsImV4cCI6MTc1NTg1ODE3NSwianRpIjoiNDdjYjAxMzEtOGI4MC00ZTQ5LTkzOGMtZTFkM2JiYTBiODVhIn0.sxsLp-Fz2ZhmX8dejFc1T9pSpWvUTO1eaLEDzr_WVQk
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"5c6f6bb927a8d5b7d2e1b04ea963d07f"
cache-control: max-age=0, private, must-revalidate
x-request-id: 20b744fd-d71e-496e-905a-cb0541c4dc56
x-runtime: 0.016508
content-length: 625

Body

{
  "delete_requests": [
    {
      "id": 1,
      "created_at": "2025-07-23T10:22:55.880Z",
      "reason": "Aut voluptatum autem necessitatibus.",
      "status": "pending",
      "user": {
        "id": 277,
        "admin": false,
        "image": null,
        "referral_code": "694138",
        "title": "Rosario Larkin"
      }
    },
    {
      "id": 2,
      "created_at": "2025-07-23T10:22:55.890Z",
      "reason": "Quo velit dolores vel.",
      "status": "pending",
      "user": {
        "id": 278,
        "admin": false,
        "image": null,
        "referral_code": "008380",
        "title": "Columbus Olson"
      }
    },
    {
      "id": 3,
      "created_at": "2025-07-23T10:22:55.900Z",
      "reason": "Officia sint et non.",
      "status": "pending",
      "user": {
        "id": 279,
        "admin": false,
        "image": null,
        "referral_code": "968097",
        "title": "Clemmie Quitzon"
      }
    }
  ]
}