1. Docs
  2. API Reference
  3. PendingAccountCreationResponseDto

PendingAccountCreationResponseDto

Example

JSON
{
  "account_name": "string",
  "application_name": "string",
  "requested_at": "2026-04-20T12:00:00.000Z",
  "expires_at": "2026-04-20T12:00:00.000Z"
}

Properties

4 properties 4 required

account_name string Required

Account name captured on the register form

application_name string Required

First Application name captured on the register form

requested_at string Required

When the register form was submitted. Shown on the review screen so the owner can judge how old an unrecognised request is.

format: date-time
expires_at string Required

When the parked intent lapses. Shown alongside `requested_at` so the review screen can say how long is left to decide.

format: date-time
Was this page helpful?

Tell us how we can improve this guide.