Profile Subscriptions

Browser push notification subscriptions (deprecated - no longer in active use).

Deprecated

Get push subscriptions (deprecated)

get
/profiles/subscriptions

Returns browser push notification subscriptions for the authenticated user. This endpoint is deprecated and no longer actively used.

Responses
chevron-right
200

List of subscriptions

application/json
get
/profiles/subscriptions
Deprecated

Create push subscription (deprecated)

post
/profiles/subscriptions

Creates a browser push notification subscription. This endpoint is deprecated and no longer actively used.

Body

Schema for creating a push subscription (deprecated)

endpointstring · uriRequired
p256dhstringRequired
authstringRequired
Responses
chevron-right
200

Subscription created

application/json
post
/profiles/subscriptions
Deprecated

Delete push subscriptions (deprecated)

delete
/profiles/subscriptions

Removes all browser push notification subscriptions for the authenticated user. This endpoint is deprecated and no longer actively used.

Responses
chevron-right
200

Subscriptions deleted

application/json
delete
/profiles/subscriptions

Last updated