curl --request POST \
--url https://api.hyperline.co/v1/subscriptions/refresh \
--header 'Authorization: Bearer <token>'
Triggers refresh of subscriptions usage data and related open invoices. This action is used when the automatic billing update upon ingestion option is disabled for the account.
curl --request POST \
--url https://api.hyperline.co/v1/subscriptions/refresh \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?