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.eyJzdWIiOiIxODYyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzU4MDEyNTEzLCJleHAiOjE3NjA2MDQ1MTMsImp0aSI6IjNmNDFjOGU4LTMxYzMtNDgxNy1hMDZhLTRjMWFlMzNkOWI2ZSJ9.NPQwydG0R7AEeGuwsDSDBEVM0aw5tL-qXcgUztPmQ0E
Host: example.org
Cookie: 

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: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"640aff31704a4e4e8ca1eb43a127485b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 094b632e-5b49-4c4e-9ba8-87600f93bb71
x-runtime: 0.010085
content-length: 415

Body

{
  "notifications": [
    {
      "id": 210,
      "created_at": "2025-09-16T08:48:33.398Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 659,
      "record_type": "Job"
    },
    {
      "id": 209,
      "created_at": "2025-09-16T08:48:33.368Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 658,
      "record_type": "Job"
    },
    {
      "id": 208,
      "created_at": "2025-09-16T08:48:33.340Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 657,
      "record_type": "Job"
    }
  ]
}