cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/sdr \ --header 'Authorization: Bearer <token>'
{ "is_enable": true, "rate": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response