Skip to content

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.

VariablePattern
KUSTODYAN_IDENTITY_URLhttps://<env>.kustodyan.io/api/identity
KUSTODYAN_ENGINE_URLhttps://<env>.kustodyan.io/api/engine

Replace <env> with the value supplied by your account manager.