Profile Subscriptions
Browser push notification subscriptions (deprecated - no longer in active use).
Returns browser push notification subscriptions for the authenticated user. This endpoint is deprecated and no longer actively used.
List of subscriptions
Unauthorized - authentication required
Internal server error
GET /api/profiles/subscriptions HTTP/1.1
Host: events.decentraland.org
Accept: */*
{
"ok": true
}Creates a browser push notification subscription. This endpoint is deprecated and no longer actively used.
Schema for creating a push subscription (deprecated)
Subscription created
truetrueBad request - invalid parameters or body
Unauthorized - authentication required
Internal server error
POST /api/profiles/subscriptions HTTP/1.1
Host: events.decentraland.org
Content-Type: application/json
Accept: */*
{
"ok": true,
"data": true
}Removes all browser push notification subscriptions for the authenticated user. This endpoint is deprecated and no longer actively used.
Subscriptions deleted
truetrueUnauthorized - authentication required
Internal server error
DELETE /api/profiles/subscriptions HTTP/1.1
Host: events.decentraland.org
Accept: */*
{
"ok": true,
"data": true
}Last updated