API: API Gateway
API-Referenz: API Gateway
Section titled “API-Referenz: API Gateway”Quellverzeichnis: api/routes/api-gateway/
— gehört zum Modul api-gateway
Alle Endpunkte sind mandanten-isoliert und validieren ihre Eingaben.
| Methode | Pfad | Datei |
|---|---|---|
GET |
/v1/gateway/access-log |
policies.ts |
GET |
/v1/gateway/access-log/:id |
policies.ts |
GET |
/v1/gateway/api-keys |
consumers.ts |
GET |
/v1/gateway/api-keys/:id |
consumers.ts |
POST |
/v1/gateway/api-keys/:id/revoke |
consumers.ts |
POST |
/v1/gateway/api-keys/:id/rotate |
consumers.ts |
GET |
/v1/gateway/consumers |
consumers.ts |
POST |
/v1/gateway/consumers |
consumers.ts |
GET |
/v1/gateway/consumers/:id |
consumers.ts |
PATCH |
/v1/gateway/consumers/:id |
consumers.ts |
GET |
/v1/gateway/consumers/:id/api-keys |
consumers.ts |
POST |
/v1/gateway/consumers/:id/api-keys |
consumers.ts |
POST |
/v1/gateway/consumers/:id/revoke |
consumers.ts |
POST |
/v1/gateway/consumers/:id/scopes |
consumers.ts |
POST |
/v1/gateway/consumers/:id/suspend |
consumers.ts |
POST |
/v1/gateway/consumers/:id/transition |
consumers.ts |
GET |
/v1/gateway/dlp-policies |
policies.ts |
POST |
/v1/gateway/dlp-policies |
policies.ts |
GET |
/v1/gateway/dlp-policies/:id |
policies.ts |
PATCH |
/v1/gateway/dlp-policies/:id |
policies.ts |
DELETE |
/v1/gateway/dlp-policies/:id |
policies.ts |
GET |
/v1/gateway/quota/:consumerId |
policies.ts |
GET |
/v1/gateway/rate-limit-policies |
policies.ts |
POST |
/v1/gateway/rate-limit-policies |
policies.ts |
GET |
/v1/gateway/rate-limit-policies/:id |
policies.ts |
DELETE |
/v1/gateway/rate-limit-policies/:id |
policies.ts |
GET |
/v1/gateway/routes |
policies.ts |
POST |
/v1/gateway/routes |
policies.ts |
GET |
/v1/gateway/routes/:id |
policies.ts |
PATCH |
/v1/gateway/routes/:id |
policies.ts |
DELETE |
/v1/gateway/routes/:id |
policies.ts |
GET |
/v1/gateway/webhooks/deliveries |
webhooks.ts |
GET |
/v1/gateway/webhooks/deliveries/:id |
webhooks.ts |
POST |
/v1/gateway/webhooks/deliveries/:id/retry |
webhooks.ts |
GET |
/v1/gateway/webhooks/deliveries/dead-letter |
webhooks.ts |
POST |
/v1/gateway/webhooks/dispatch |
webhooks.ts |
GET |
/v1/gateway/webhooks/subscriptions |
webhooks.ts |
POST |
/v1/gateway/webhooks/subscriptions |
webhooks.ts |
GET |
/v1/gateway/webhooks/subscriptions/:id |
webhooks.ts |
PATCH |
/v1/gateway/webhooks/subscriptions/:id |
webhooks.ts |
POST |
/v1/gateway/webhooks/subscriptions/:id/pause |
webhooks.ts |
POST |
/v1/gateway/webhooks/subscriptions/:id/resume |
webhooks.ts |
POST |
/v1/gateway/webhooks/subscriptions/:id/revoke |
webhooks.ts |
Zurück zur API-Übersicht oder zur Startseite.