v1

latestOpenAPI 3.1.02026-08-04134182237.9 KB
Profile

Create Profile

Create user profile after signup. Honors account_type from onboarding; defaults to 'user'.

post/api/profile/create

Request body

account_type'user' | 'enterprise'

Account type: determines billing mode and allowed API key scopes.

  • USER: Prepaid wallet billing, can create user-scope keys
  • ENTERPRISE: Postpaid invoice billing, can create enterprise-scope keys
full_namestring nullable

Full name from the signup form

company_namestring nullable

Company name from the signup form

countrystring nullable

Country from the signup form

Response

Successful Response

successboolean
messagestring required
already_existedboolean
account_type'user' | 'enterprise'

Account type: determines billing mode and allowed API key scopes.

  • USER: Prepaid wallet billing, can create user-scope keys
  • ENTERPRISE: Postpaid invoice billing, can create enterprise-scope keys
account_type_mismatchboolean