Notifications

GET /api/v1/main/notifications

get
Authorizations
Responses
200

Successful response

application/json
Responseobject
get
GET /api/v1/main/notifications HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

POST /api/v1/main/notifications

post
Authorizations
Responses
200

Successful response

application/json
Responseobject
post
POST /api/v1/main/notifications HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

GET /api/v1/main/notifications/<notification_id>

get
Authorizations
Path parameters
notification_idstringRequired

Path parameter notification_id

Responses
200

Successful response

application/json
Responseobject
get
GET /api/v1/main/notifications/{notification_id} HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

DELETE /api/v1/main/notifications/<notification_id>

delete
Authorizations
Path parameters
notification_idstringRequired

Path parameter notification_id

Responses
200

Successful response

application/json
Responseobject
delete
DELETE /api/v1/main/notifications/{notification_id} HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

POST /api/v1/main/notifications/bulk-delete

post
Authorizations
Responses
200

Successful response

application/json
Responseobject
post
POST /api/v1/main/notifications/bulk-delete HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

GET /api/v1/main/notifications/stats

get
Authorizations
Responses
200

Successful response

application/json
Responseobject
get
GET /api/v1/main/notifications/stats HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

Last updated