curl --request GET \
--url https://production.hifibridge.com/v2/reporting/params/{name}/options \
--header 'Authorization: Bearer <token>'Fetches valid options for specific parameters (e.g., transactionTypes, transactionStatuses) to help validate input or populate UI dropdowns. Supports pagination via query parameters.
curl --request GET \
--url https://production.hifibridge.com/v2/reporting/params/{name}/options \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.hifi.com/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.
The name of the parameter (e.g., transactionTypes, transactionStatuses, userIds)
Page number for pagination (defaults to 1)
x >= 1Number of items per page (defaults to 100, max 1000)
1 <= x <= 1000