Get user notifications
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.eyJzdWIiOiIxODAwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTkzLCJleHAiOjE3NDAxNDM1OTMsImp0aSI6IjdlYTVhMjk1LTM5NGQtNDhhNy1hZDBlLWZkNDhiNWY5OGEzNiJ9.ZWyU1DjRhRFv-G9azWNxwrm0Vcd0XapKymu3Wr71pG0
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/"f6769e092ff1d182cfbfd40863ad33d5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1ff5615f-e8a3-4cff-b6c3-7657719712e0
x-runtime: 0.009723
content-length: 415
Body
{
"notifications": [
{
"id": 200,
"created_at": "2025-01-22T13:13:13.215Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 642,
"record_type": "Job"
},
{
"id": 199,
"created_at": "2025-01-22T13:13:13.191Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 641,
"record_type": "Job"
},
{
"id": 198,
"created_at": "2025-01-22T13:13:13.170Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 640,
"record_type": "Job"
}
]
}