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>'Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?