Notes

GET notes

Endpoint

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

Request

Route

GET /api/v1/profiles/605/notes

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDc5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg0LCJleHAiOjE3NDAxNDM1ODQsImp0aSI6ImJjNDA1NGIwLTRlYTctNGYzNy05YmZkLTgzOWE0NDY0M2MwNiJ9.yVLC9tlTtEZ6bWO1Zj8CG5MtR8-waW1bBhuN-LKrg7Y
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/"a64d6ca3c21cfee59149e22c130ec399"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6553e1a1-e5af-42c5-b359-61963e4d569c
x-runtime: 0.015622
content-length: 178

Body

{
  "notes": [
    {
      "id": 1,
      "admin": {
        "id": 1478,
        "admin": true,
        "image": null,
        "title": "Julissa Nader"
      },
      "comment": "He is left-handed. And right-handed",
      "created_at": "2025-01-22T13:13:04.494Z"
    }
  ]
}