cURL
curl -X POST \ /subscription-measurements/batch \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '[]'
Add a batch of subscription measurement. This could be a quantity changes, or a metered usages.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The new MeasurementValue resource
MeasurementValue resource created
War diese Seite hilfreich?