cURL
curl --request POST \ --url https://api.example.com/cyber/epp \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "operatingSystem": "<string>", "type": "<string>", "deviceName": "<string>", "userHash": "<string>" } '
{ "eppKey": "ABCD-1234-EFGH-5678", "validUntil": "2025-12-31T23:59:59Z" }
Gera uma chave de ativação para plataforma de proteção de endpoint (Antivírus).
android
ios
windows
macos
antivirus
curl -X POST "https://api.partner.zentek.com.br/v1/cyber/epp" \ -H "Content-Type: application/json" \ -H "x-api-key: SUA_API_KEY" \ -d '{ "operatingSystem": "android", "type": "antivirus", "deviceName": "Meu Celular", "userHash": "a1b2c3d4e5f6..." }'
Was this page helpful?