Notes

GET notes

Endpoint

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

Request

Route

GET /api/v1/profiles/609/notes

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTI1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTMwLCJleHAiOjE3NTExMDg1MzAsImp0aSI6ImFkNmE4NGYzLWYxMjMtNDBhMy1iOGFmLTUxMzZjNmE2NWNiMSJ9.Z9qE5x5YRjoK0crXkzYktwfGskQtp-m0vKqnz2G8cRQ
Host: example.org
Cookie: 

Query Parameters

{}=

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/"8e26fb0927c5dba40600dc5b7ae2c20f"
cache-control: max-age=0, private, must-revalidate
x-request-id: afc970c1-4a2e-4ab3-b4b0-c708fcc3be06
x-runtime: 0.010747
content-length: 193

Body

{
  "notes": [
    {
      "id": 1,
      "admin": {
        "id": 1524,
        "admin": true,
        "image": null,
        "title": "Anthony Hills"
      },
      "comment": "He has won the lifetime achievement award… twice",
      "created_at": "2025-05-29T11:02:10.716Z"
    }
  ]
}