curl --request GET \
--url https://app.plugchoice.com/api/v3/service/alerts \
--header 'Authorization: Bearer <token>'{
"id": 123,
"uuid": "<string>",
"status": "<string>",
"severity": "<string>",
"title": "<string>",
"description": "<string>",
"acknowledged_at": "<string>",
"resolved_at": "<string>",
"created_at": "<string>",
"alert": {
"alert_type": "<string>",
"context": {},
"charger": {},
"connector": {}
},
"comments": [
{}
],
"activities": [
{}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/service/alerts \
--header 'Authorization: Bearer <token>'{
"id": 123,
"uuid": "<string>",
"status": "<string>",
"severity": "<string>",
"title": "<string>",
"description": "<string>",
"acknowledged_at": "<string>",
"resolved_at": "<string>",
"created_at": "<string>",
"alert": {
"alert_type": "<string>",
"context": {},
"charger": {},
"connector": {}
},
"comments": [
{}
],
"activities": [
{}
]
}Returns a list of all service alert tickets for the authenticated user’s teams.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
open, acknowledged, in_progress, resolved, auto_resolved.info, warning, critical.open, acknowledged, in_progress, resolved, auto_resolved.info, warning, critical.null.null.null.