cURL
curl --request GET \ --url https://api.example.com/cyber/preferences/{userhash} \ --header 'x-api-key: <x-api-key>'
{ "allowWeeklyReport": true }
Recupera as configurações e preferências do usuário.
curl -X GET "https://api.partner.zentek.com.br/v1/cyber/preferences/a1b2c3d4e5f6..." \ -H "x-api-key: SUA_API_KEY"
Was this page helpful?