Skip to main content
POST
Activate Account

Body

application/json

Request body for POST /v1/admin/registrations.

code
string
required

One-time registration code from Mount Thor.

Example:

"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"

contact
object
required

Contact who is activating the account.

Response

Account registered

Response body for POST /v1/admin/registrations.

account
object
required

Activated account metadata.

api_key
object
required

Initial API key. The secret value is returned exactly once.

API endpoints relevant after activation.

next_steps
object[]
required

Customer actions required after activation.

status
string
required

Registration result. Always registered after successful activation.

Example:

"registered"

tenant
object
required

Default compute namespace metadata.

account_setup_url
string | null
Example:

"https://example.authkit.app/sign-up?invite=01HF..."

identity_setup
null | object

Optional identity setup link when SSO setup is available.