Skip to content

Get alerts for specific user

GET
/alerts/user/{userId}

Get alerts for specific user. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

userId*

The user identifier

Typestring
Required

Responses

OK

application/json
JSON
{
"alerts": [
{
"id": "string",
"title": "string",
"message": "string",
"expiresAt": "string",
"priority": "string",
"type": "string",
"actionUrl": "string",
"actionText": "string"
}
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0