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.eyJzdWIiOiIxODYyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjI4LCJleHAiOjE3NTU4NTgyMjgsImp0aSI6IjQwNmUwMWY2LTY5NGEtNDcyYi04NWU1LWE1ODEzMDIwMWEzYiJ9.49FJvDQFYmh4TEG8t7LgKTotoJubNNEKGEt8RfmhMjo
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/"9c6f3dd7d28a0a64424d9062ad6d5ec1"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4b229040-5958-4901-9f3b-57fbd793658e
x-runtime: 0.013585
content-length: 415
Body
{
"notifications": [
{
"id": 210,
"created_at": "2025-07-23T10:23:48.597Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 659,
"record_type": "Job"
},
{
"id": 209,
"created_at": "2025-07-23T10:23:48.569Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 658,
"record_type": "Job"
},
{
"id": 208,
"created_at": "2025-07-23T10:23:48.539Z",
"params": {
"type": "published"
},
"read_at": null,
"record_id": 657,
"record_type": "Job"
}
]
}