Consumer Signup
POST
https://sandbox-api.truthlocks.com/v1/consumer/signupRegister a new consumer (B2C) account. Creates a personal tenant, organization, and user. The company_name field is optional — if omitted, it defaults to the user's name + 's Workspace'. After signup, an email verification link is sent. Pending inbox deliveries (credentials minted before signup) are automatically claimed.
Body Parameters
emailstringrequiredConsumer's email address
Defaults to jane@example.com
passwordstringrequiredPassword (minimum 10 characters)
namestringFull name. Defaults to email prefix if omitted.
Defaults to Jane Doe
company_namestringOrganization name. Defaults to 'Name's Workspace' or 'Personal'.
country_codestringISO 3166-1 alpha-2 country code for region assignment.
Defaults to US
Responses
{
"status": "created",
"user_id": "550e8400-e29b-41d4-a716-446655440000",
"tenant_id": "660e8400-e29b-41d4-a716-446655440001"
}POST
/v1/consumer/signupLanguage
Response
Click Try It! to send a real request, or view sample responses: