cURL
curl --request GET \ --url https://api.notifique.dev/v1/push/apps/{id} \ --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" } }
Retorna um push app pelo ID. Escopo: push:apps:read.
Authorization: Bearer sk_live_xxxxx
Dados do push app.
true
Show child attributes
Was this page helpful?