GuideLab API

List push subscriptions

List all registered push subscriptions for the current user. Requires user authentication.

GET
/push-subscriptions

List all registered push subscriptions for the current user. Requires user authentication.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/push-subscriptions"
{  "subscriptions": [    {      "id": "string",      "endpoint": "string",      "userAgent": "string",      "createdAt": "string"    }  ]}
Empty