curl --request POST \
--url https://api.getovra.com/push-subscriptions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"endpoint": "<string>",
"keys": {
"p256dh": "<string>",
"auth": "<string>"
},
"deviceLabel": "<string>"
}
'{
"error": "<string>"
}Browser flow — after pushManager.subscribe() resolves, POST the
PushSubscriptionJSON here. Upserts on (userId, endpoint).
curl --request POST \
--url https://api.getovra.com/push-subscriptions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"endpoint": "<string>",
"keys": {
"p256dh": "<string>",
"auth": "<string>"
},
"deviceLabel": "<string>"
}
'{
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.