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.eyJzdWIiOiIxNTI1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjE1LCJleHAiOjE3NTU4NTgyMTUsImp0aSI6IjhhYmFkZmRmLWEyYWYtNDZhZC1iYmE4LTllYjQzZDA0NjE0NiJ9.NsBSYLRzx3tK2yDq_M75nzsH0K8O3j8ckCSP1E4aelI
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/"97320cae6cd7fc7b02da6532c0311310"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5d684333-d39f-4c5e-af90-4cc408c3dfbf
x-runtime: 0.012060
content-length: 192
Body
{
"notes": [
{
"id": 1,
"admin": {
"id": 1524,
"admin": true,
"image": null,
"title": "Chin Murazik"
},
"comment": "He has won the lifetime achievement award… twice",
"created_at": "2025-07-23T10:23:35.351Z"
}
]
}