Endpoints

Current Management API endpoint groups and required scopes.

All paths below are relative to https://api.blazeauth.net.

Use the linked resource pages for request fields, response fields, and examples.

Applications

Licenses

Each endpoint that accepts applicationId also checks application access.

MethodPathScope
GET/api/v1/panel/get-licenses-metadatalicenses:read
GET/api/v1/panel/get-licenses-tablelicenses:read
POST/api/v1/panel/create-licenseslicenses:create
PATCH/api/v1/panel/edit-licenseslicenses:update
POST/api/v1/panel/license-actionlicenses:update or licenses:delete

App Users

MethodPathScope
GET/api/v1/panel/get-users-metadataapp_users:read
GET/api/v1/panel/get-users-tableapp_users:read
POST/api/v1/panel/create-userapp_users:create
PATCH/api/v1/panel/edit-userapp_users:update
POST/api/v1/panel/users-actionapp_users:update or app_users:delete

Blacklists

MethodPathScope
GET/api/v1/panel/get-blacklist-metadatablacklists:read
GET/api/v1/panel/get-blacklist-tableblacklists:read
POST/api/v1/panel/create-blacklistblacklists:create
PATCH/api/v1/panel/edit-blacklistblacklists:update
POST/api/v1/panel/blacklist-actionblacklists:delete

Variables

MethodPathScope
GET/api/v1/panel/get-variablesvariables:read
POST/api/v1/panel/create-variablevariables:create
PATCH/api/v1/panel/edit-variablevariables:update
DELETE/api/v1/panel/delete-variablevariables:delete

Files

Live Sessions

MethodPathScope
GET/api/v1/wss/get-application-sessionssessions:read
WebSocket/api/v1/wss/get-application-sessionssessions:read
WebSocket messagedisconnect_sessionsessions:disconnect

Account

MethodPathScope
GET/api/v1/panel/get-account-limitsaccount:read

Management API Keys

These routes are session-only. They are listed here because they manage the feature, but they do not accept Management API key authentication.

MethodPathAuthentication
GET/api/v1/panel/api-keysDashboard session
POST/api/v1/panel/api-keysDashboard session
PATCH/api/v1/panel/api-keys/:idDashboard session
POST/api/v1/panel/api-keys/:id/revokeDashboard session

Billing, authentication settings, account deletion, and Management API key management remain dashboard-session-only.

On this page