Translation pending — read in English.

Voir la référence API →

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.Translation pending — read in English.Translation pending — read in English.
draftstableNewly created. The app exists but cannot mint credentials or back a published listing.
activestableActivated by the builder. Can mint API keys, declare scopes, and back addon listings.
revokedstablePermanently disabled. All downstream credentials and installs cascade-revoke. Cannot be un-revoked.

Translation pending — read in English.

bash
┌────────┐  activate   ┌────────┐   revoke    ┌─────────┐
│ draft  │ ──────────▶ │ active │ ──────────▶ │ revoked │
└────────┘             └────────┘             └─────────┘
                            │
                            │  update scopes / metadata
                            │  (stays in active)
                            └─────▶ active

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English. scopes review

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

bash
curl https://api.gaflight.io/api/v1/public/pilots \
  -H "Authorization: Bearer gaf_pk_<your-app-key>" \
  -H "X-Org-Id: <your-org-uuid>"

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

bash
developer_app.status = 'revoked'
   │
   ├─▶ api_keys.status = 'revoked'           (all keys minted by this app)
   │
   ├─▶ addon_listings.status = 'deprecated'  (all listings backed by this app)
   │
   ├─▶ app_installations.status = 'uninstalled'
   │       (all installs of all listings backed by this app)
   │
   └─▶ webhook_endpoints.disabled_reason = 'install_revoked'
           (every endpoint auto-provisioned by an install of those listings)

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English.

Translation pending — read in English. webhooks events