cURL
curl --request GET \ --url https://api.notifique.dev/v1/push/devices/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "appId": "<string>", "platform": "<string>", "externalUserId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Retorna um dispositivo pelo ID. Escopo: push:read.
Authorization: Bearer sk_live_xxxxx
Dados do dispositivo.
true
Show child attributes
Was this page helpful?