Get Clerk sign-up
Retrieve an in-progress sign-up from a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/sign-ups/{sign_up_id}https://api.vee3.io/v1/clerk/sign-ups/{sign_up_id}
Retrieve an in-progress sign-up from a connected Clerk application.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.get_sign_upParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
sign_up_idstringRequiredClerk sign-up id (su_...) to retrieve or update.
Response12 fields
idstringClerk sign-up id (su_...).
statusstringSign-up status: "missing_requirements", "complete", or "abandoned".
email_addressstringEmail address associated with the in-progress sign-up.
phone_numberstringPhone number associated with the in-progress sign-up.
usernamestringUsername associated with the in-progress sign-up.
first_namestringFirst name collected during sign-up.
last_namestringLast name collected during sign-up.
missing_fieldsstring[]Fields still required before the sign-up can complete.
unverified_fieldsstring[]Fields that still need verification.
created_user_idstringClerk user id created when the sign-up completed.
created_session_idstringClerk session id created when the sign-up completed.
abandon_atintegerUnix timestamp in milliseconds when the sign-up will be abandoned.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required