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.eyJzdWIiOiIxODQxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDc4LCJleHAiOjE3NjM1NDI0NzgsImp0aSI6Ijg0NzNlNTkwLTk3ZDUtNDI4NS1hN2IzLWJmNzFmMzU2M2MyOCJ9.NlExv8vTQU4D5F111MN6tvOzDoYyPm659a1JFyVdy9c
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/"6086cf9a88ce553a3c72473525bb24b4"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7cf6d9b7-28a1-48d5-a407-c7519cf24e88
x-runtime: 0.009897
content-length: 415

Body

{
  "notifications": [
    {
      "id": 207,
      "created_at": "2025-10-20T08:54:38.489Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 654,
      "record_type": "Job"
    },
    {
      "id": 206,
      "created_at": "2025-10-20T08:54:38.464Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 653,
      "record_type": "Job"
    },
    {
      "id": 205,
      "created_at": "2025-10-20T08:54:38.439Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 652,
      "record_type": "Job"
    }
  ]
}