Identity
Users, roles, credentials, OAuth2 / OIDC flows, JWT validation, ACLs, and rate-limit control lists.
- POST /v1/identity/credentials
- GET /v1/identity/permissions
- POST /v1/identity/jwt/validate
API Reference
Generated reference for every Manager and APIops endpoint — bilingual TR + EN. The same controllers that back the Manager UI back this reference.
Authentication
Issue a JWT through Identity Manager. Send it as a bearer token. Permissions enforced through the same three-tier model used by the UI — System, Project, Team.
# Issue a token
$ curl -X POST https://manager.example.com/v1/identity/jwt \
-H 'Content-Type: application/json' \
-d '{"clientId":"<id>","clientSecret":"<secret>"}'
# Use it
$ curl https://manager.example.com/v1/proxies \
-H "Authorization: Bearer $TOKEN"Endpoint groups
Users, roles, credentials, OAuth2 / OIDC flows, JWT validation, ACLs, and rate-limit control lists.
Create, version, deploy, and undeploy proxies. Manage endpoints, client routes, upstream targets, and policies.
Govern LLM traffic — providers, routes, semantic caching, prompt firewall policies, and quota windows.
Programmatic lifecycle — apply manifests, manage environments, and run idempotent rollouts.
Query the Elasticsearch-backed traffic store, run reports, manage dashboards, and configure alerts.
Manage encrypted connection objects — databases, message queues, FTP, SMTP, LDAP, and more.
Configure 15+ connectors and orchestrate cron-driven or HTTP-triggered task flows.
Uptime monitors, anomaly rules, certificate watchdogs, and alarm channels.
Manage API products, applications, subscriptions, and theming for the developer portal.
Wire it up
See APIops as it would run in your pipeline — manifests, applies, rollbacks, and the audit it produces.