Autional Autional
API Reference GitHub autional.com →

GET /push/subscriptions/{id}

Get Web Push subscription details by ID.

Notification Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Subscription ID

Responses

StatusDescriptionSchema
200Subscription detailsdto.PushSubscriptionDetailResponse
400Invalid request parametersgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticatedgitee_com_linmes_authms_base_dto.SimpleResponse
403Insufficient permissionsgitee_com_linmes_authms_base_dto.SimpleResponse
404Resource not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.PushSubscriptionDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PushSubscriptionResponse No
message string No
timestamp string No

dto.PushSubscriptionResponse

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No