Skip to main content
Query the billing meter (Meter) configuration for a specified App. Meters define the mapping from event names to credit prices and serve as the basis for Events API charges.

Authentication

This endpoint requires no authentication — it is a public API. You can call it directly from the client to retrieve Meter configurations and display feature pricing to users.

Query Parameters

app_uuid
string
required
The App’s UUID. Generated when the App is created, found on the App settings page.

Request Examples

Response

Meter Object

The specific credit price for each Meter is configured by the App developer in Profy Studio. Refer to the real-time values displayed in the product.

Use Cases

Display Pricing in Your App

Before users engage with paid features, call this endpoint to display credit pricing:

Validate Event Names Before Reporting

Relationship with the Events API

  1. Configure Meters for your App in Profy Studio (event name + price)
  2. Your App fetches the configuration via GET /v1/meters and displays pricing in the UI
  3. When users use paid features, your App reports events via POST /v1/events
  4. Profy deducts user credits based on the Meter configuration

Error Codes

Next Steps

Report Billing Events

Report custom billing events

Build a Profy App

Complete App development guide