Contact Forms
Get submission overview
Retrieve comprehensive submission statistics for a project (admin only)
Get submission overview Retrieve comprehensive submission statistics for a project (admin only) GET https://api.appgram.dev/contact-forms/overview curl --request GET \ --url https://api.appgram.dev/contact-forms/overview \ --header 'Authorization: Bearer <token>'
Authorizations
Authorization string header required Bearer token — an API key prefixed with app_. Create one in the dashboard under Settings → Developer → API Keys.
Query parameters
project_id string query required Project ID
curl --request GET \
--url https://api.appgram.dev/contact-forms/overview \
--header 'Authorization: Bearer <token>'