cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/enabled_service \ --header 'Authorization: Bearer <token>'
{ "services": [ { "type": "ddos", "enable": true, "data": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes