POST
/v1/bootstrapCreate Cantora's Organization, its provisioning ServicePrincipal, and its credential
Perform the one-time platform bootstrap and return the provisioning API key exactly once. This operation is for Cantora operators, not customer credentials.
Cantora-operated endpoint
Authentication
Send an API key as a Bearer token in the Authorization header.
Parameters
This operation has no path or query parameters.
Responses
201PlatformBootstrappedapplication/json401Unauthorizedapplication/json403Forbiddenapplication/jsonReusable schemas
PlatformBootstrappedEncoded
object- unknown properties allowed
false
organizationIdrequiredstringThe Organization identifier.- maximum length
64 - pattern
^org_[\s\S]+$
- maximum length
organizationNamerequiredstringThe customer-facing Organization name.principalIdrequiredstringThe Principal identifier.- maximum length
64 - pattern
^principal_[\s\S]+$
- maximum length
grantIdrequiredstringThe Grant identifier.- maximum length
64 - pattern
^grant_[\s\S]+$
- maximum length
apiKeyIdrequiredstringThe identifier of the issued API key.- maximum length
64 - pattern
^apikey_[\s\S]+$
- maximum length
apiKeyrequiredstringThe provisioning credential, returned exactly once and never recoverable from CantoraexpiresAtrequiredstringWhen the resource expires, in UTC, or null when it does not expire.- format
date-time
- format
UnauthorizedEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Unauthorized"
- allowed values
reasonrequiredstringA safe explanation of why the credential was rejected.
ForbiddenEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Forbidden"
- allowed values
permissionrequiredstringThe permission required by the refused operation.