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
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
- 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

