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.eyJzdWIiOiIxODg0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzMDIyMjM1LCJleHAiOjE3NjU2MTQyMzUsImp0aSI6IjAwMjM5N2ZkLTg4N2MtNDBkNi04NmFjLWYwNmE4OGU4MjM4ZiJ9.TudB4elqGbrw6PmatANhdT7NdwPlByOUI-7SYGkp5fo
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/"8e63bef7491dfa09d4ef71f72890fe14"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6631c1eb-68a5-4a9a-8b5a-8bd4c42249c0
x-runtime: 0.009801
content-length: 415

Body

{
  "notifications": [
    {
      "id": 207,
      "created_at": "2025-11-13T08:23:55.038Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 692,
      "record_type": "Job"
    },
    {
      "id": 206,
      "created_at": "2025-11-13T08:23:55.010Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 691,
      "record_type": "Job"
    },
    {
      "id": 205,
      "created_at": "2025-11-13T08:23:54.980Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 690,
      "record_type": "Job"
    }
  ]
}