Notifications

Get user notifications

GET notifications

Endpoint

GET /api/v1/users/notifications

Request

Route

GET /api/v1/users/notifications

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxODMxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTUzLCJleHAiOjE3NDUwNTY5NTMsImp0aSI6IjRlOTA0OGVjLWQ1OGMtNGRiMy1iMzA5LTM2N2JhZGY4MmQzNyJ9.CzAT4r2bUyyupzH4mTXg2QICojs1_bDxBUsPGxDtZA0
Host: example.org
Cookie: 

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/"4af52bea12be6790f43ac51d58452e0e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1cba02da-7c35-42ae-85a7-7f1c29680a10
x-runtime: 0.011314
content-length: 415

Body

{
  "notifications": [
    {
      "id": 207,
      "created_at": "2025-03-20T10:02:33.347Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 645,
      "record_type": "Job"
    },
    {
      "id": 206,
      "created_at": "2025-03-20T10:02:33.323Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 644,
      "record_type": "Job"
    },
    {
      "id": 205,
      "created_at": "2025-03-20T10:02:33.278Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 643,
      "record_type": "Job"
    }
  ]
}