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

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

Request Examples

Response

Meter Object

A Meter’s credit price is something you configure in Studio — it is your pricing decision, not a platform parameter, so documentation cannot supply a number. Whatever you set in Studio is the authoritative value.The platform constrains only one thing: each end user’s daily spend on your App defaults to a 500-credit cap (see Event Reporting). The higher your Meter price, the faster users reach that cap.

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