cURL
curl --request GET \ --url https://api.notifique.dev/v1/push/apps \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "name": "<string>", "workspaceId": "<string>", "vapidPublicKey": "<string>", "hasVapidPrivate": true, "hasFcm": true, "hasApns": true, "allowedOrigins": [ "<string>" ], "promptConfig": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "page": 123, "limit": 123, "totalPages": 123 } }
Lista os push apps do workspace. Escopo: push:apps:read.
Authorization: Bearer sk_live_xxxxx
x <= 100
Lista de push apps (credenciais privadas não expostas).
true
Show child attributes
Was this page helpful?