Notes

GET notes

Endpoint

GET /api/v1/profiles/:profile_id/notes

Request

Route

GET /api/v1/profiles/604/notes

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTA0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY4LCJleHAiOjE3NjM1NDI0NjgsImp0aSI6IjU0YWFiYjg4LTRlZTgtNDRiOC04YzdlLTdkZmU1NzE4OGE4OSJ9.dizAnnWvcCTs9Gi0EPhpU3FmL_QQpp79AE61FvnP2Eo
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: 1
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"832cfb14e97662a6e95dfc0f4ec12114"
cache-control: max-age=0, private, must-revalidate
x-request-id: 8e971d9d-0fa9-4abb-898f-2a69e4bac775
x-runtime: 0.010463
content-length: 231

Body

{
  "notes": [
    {
      "id": 1,
      "admin": {
        "id": 1503,
        "admin": true,
        "image": null,
        "title": "Mindy Kutch"
      },
      "comment": "If he were to punch you in the face you would have to fight off a strong urge to thank him",
      "created_at": "2025-10-20T08:54:28.612Z"
    }
  ]
}