API Reference
Kustodyan exposes two HTTPS APIs.
The Identity API issues Bearer tokens. The Engine API performs protect, unprotect, search, and any other operation defined in your portal configuration through a single POST /transform endpoint.
Base URLs
URLs are scoped to your environment and provided when your account is provisioned. Two environment variables are used throughout this reference.
| Variable | Pattern |
|---|---|
KUSTODYAN_IDENTITY_URL | https://<env>.kustodyan.io/api/identity |
KUSTODYAN_ENGINE_URL | https://<env>.kustodyan.io/api/engine |
Replace <env> with the value supplied by your account manager.