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.eyJzdWIiOiIxODg4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2NDE0LCJleHAiOjE3NjYyMTg0MTQsImp0aSI6IjAxMDJiMjYzLTUxYzYtNDNkYi05YzBkLTM5OGFkMGYxZjNkYyJ9.bmq1nseO2TrmZ5VSiH3pM9H_6FSdJ3kD7rjuGe3L-Xs
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/"79e184bad4cc854dd8d7eeab3a663d88"
cache-control: max-age=0, private, must-revalidate
x-request-id: 51016699-52b3-4703-8f5e-350b9b15878a
x-runtime: 0.007875
content-length: 415

Body

{
  "notifications": [
    {
      "id": 207,
      "created_at": "2025-11-20T08:13:34.020Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 693,
      "record_type": "Job"
    },
    {
      "id": 206,
      "created_at": "2025-11-20T08:13:33.997Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 692,
      "record_type": "Job"
    },
    {
      "id": 205,
      "created_at": "2025-11-20T08:13:33.973Z",
      "params": {
        "type": "published"
      },
      "read_at": null,
      "record_id": 691,
      "record_type": "Job"
    }
  ]
}