cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/config/global-sampling \ --header 'Authorization: Bearer <token>'
{ "sampling_depth": 123, "sampling_interval": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Get global sampling config
Was this page helpful?