v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Sign Ups

Retrieve a sign-up by ID

Retrieve the details of the sign-up with the given ID

get/sign_ups/{id}

Path parameters

idstring required

The ID of the sign-up to retrieve

Response

Success

object'sign_up_attempt' required
idstring required
status'missing_requirements' | 'complete' | 'abandoned' required
required_fieldsstring[] required
optional_fieldsstring[] required
missing_fieldsstring[] required
unverified_fieldsstring[] required
usernamestring nullable required
email_addressstring nullable required
phone_numberstring nullable required
web3_walletstring nullable required
password_enabledboolean required
first_namestring nullable required
last_namestring nullable required
unsafe_metadataobject
public_metadataobject
custom_actionboolean required
external_idstring nullable required
created_session_idstring nullable required
created_user_idstring nullable required
abandon_atinteger required

Unix timestamp at which the user abandoned the sign up attempt.

legal_accepted_atinteger nullable required

Unix timestamp at which the user accepted the legal requirements.

localestring nullable

The user locale preference for the sign-up specified as a BCP-47 language tag.

external_accountobject

Example response

{
  "abandon_at": 1700690400000,
  "legal_accepted_at": 1700690400000,
  "locale": "en-US"
}