Provision

Idempotent onboarding: create org if absent; issue first key if absent. Plaintext is also re-revealable later via GET /v1/account (at-rest encrypted; dashboard full-key copy).

post/v1/account/provision

Request body

signup_attributionobject nullable
marketing_consentboolean nullable

Response

Successful Response

resultstring
createdboolean required
org_idstring required
plaintextstring nullable required

Changes

Changed in 1 of the 7 revisions of this API.1

    • added the new optional request property anyOf[subschema #1: ProvisionRequest]/marketing_consent

      new-optional-request-property