License Keys
List license keys for a project
Returns every license key for a project with its current activation count. Plaintext keys are never included — only metadata and the hashed key's last-four characters (when populated).
List license keys for a project Returns every license key for a project with its current activation count. Plaintext keys are never included — only metadata and the hashed key's last-four characters (when populated). GET https://api.appgram.dev/api/v1/license-keys curl --request GET \ --url https://api.appgram.dev/api/v1/license-keys \ --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/api/v1/license-keys \
--header 'Authorization: Bearer <token>'