Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to list customer metadata. It is useful for retrieving metadata entries associated with a specific customer, allowing filtering, sorting, and pagination of results. For example, it can be used to fetch metadata keys related to a customer for reporting or integration purposes.

Use Case Examples

  1. List metadata for a customer with ID 123, limiting results to 10 entries.
  2. Search metadata keys containing 'subscription' for a specific customer.
  3. Sort metadata results by key in descending order.

Properties

Name Meaning
Customer Id Unique customer reference to identify which customer's metadata to list.
Additional Fields Optional parameters to control the listing such as limit, offset, search term, and sort order.

Output

JSON

  • data - The JSON response containing the list of customer metadata entries returned by the API.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or invalid Customer Id, resulting in API errors.
  • Incorrect API base URL or expired API token can cause authentication failures.
  • Invalid query parameters like limit or offset may cause unexpected results or errors.

Links

Discussion