Skip to main content
GET
/
v1
/
push
/
devices
/
{id}
Obter dispositivo
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"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_xxxxx

Path Parameters

id
string
required

Response

Dados do dispositivo.

success
boolean
required
Example:

true

data
object
required