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
- Configure Meters for your App in Profy Studio (event name + price)
- Your App fetches the configuration via
GET /v1/metersand displays pricing in the UI - When users use paid features, your App reports events via
POST /v1/events - 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

