cURL
curl --request GET \ --url https://api.example.com/instances/{INSTANCE_ID}/token/{INSTANCE_TOKEN}/device
Retorna informações sobre o dispositivo vinculado
Documentation IndexFetch the complete documentation index at: https://docs.bliper.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bliper.ai/llms.txt
Use this file to discover all available pages before exploring further.
Client-Token: SEU_CLIENT_TOKEN
{ "platform": "android", "battery": 85, "charging": false }
curl -X GET 'https://api.bliper.io/instances/{INSTANCE_ID}/token/{INSTANCE_TOKEN}/device' \ -H 'Client-Token: SEU_CLIENT_TOKEN'