GET /push/subscriptions/{id}
Get Web Push subscription details by ID.
Notification Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Subscription ID |
Referenced Schemas
dto.PushSubscriptionDetailResponse
dto.PushSubscriptionResponse
| Field | Type | Required | Example | Constraints | Description |
created_at |
string |
No |
2026-05-12T12:00:00Z |
|
|
device_name |
string |
No |
Chrome on Windows |
|
|
device_type |
string |
No |
web |
|
|
endpoint |
string |
No |
https://fcm.googleapis.com/fcm/send/... |
|
|
id |
string |
No |
sub-abc123 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|