cURL
curl --request GET \ --url https://api.notifique.dev/v1/push/devices \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "appId": "<string>", "platform": "<string>", "externalUserId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "page": 123, "limit": 123, "totalPages": 123 } }
Lista dispositivos do workspace (filtros: app_id, platform). Escopo: push:read.
Authorization: Bearer sk_live_xxxxx
x <= 100
web
android
ios
Lista de dispositivos com paginação.
true
Show child attributes
Was this page helpful?