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. |
|---|---|---|
| draft | stable | Newly created. The app exists but cannot mint credentials or back a published listing. |
| active | stable | Activated by the builder. Can mint API keys, declare scopes, and back addon listings. |
| revoked | stable | Permanently disabled. All downstream credentials and installs cascade-revoke. Cannot be un-revoked. |
Translation pending — read in English.
┌────────┐ activate ┌────────┐ revoke ┌─────────┐
│ draft │ ──────────▶ │ active │ ──────────▶ │ revoked │
└────────┘ └────────┘ └─────────┘
│
│ update scopes / metadata
│ (stays in active)
└─────▶ activeTranslation pending — read in English.
Translation pending — read in English.
Translation pending — read in English.
Translation pending — read in English.
Translation pending — read in English.
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.
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.