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.eyJzdWIiOiIxODU1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTQwLCJleHAiOjE3NTExMDg1NDAsImp0aSI6ImYzOWUyZTAyLTYzYWItNDIxOC05NWNmLThjMmY5OTc0MjBlYSJ9.YSljuoKY3TIhKKlqEk87Jn5IjakWN1G9Q8Pyj_-e2-Q
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/"d5ceea1d60c2c0e06815c5ae561fa279"
cache-control: max-age=0, private, must-revalidate
x-request-id: 211cc500-b2a3-4143-a3dc-ffca934cf2d3
x-runtime: 0.009973
content-length: 415
Body
{
"notifications": [
{
"id": 209,
"created_at": "2025-05-29T11:02:20.228Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 656,
"record_type": "Job"
},
{
"id": 208,
"created_at": "2025-05-29T11:02:20.203Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 655,
"record_type": "Job"
},
{
"id": 207,
"created_at": "2025-05-29T11:02:20.176Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 654,
"record_type": "Job"
}
]
}