API reference/Accounts
Create account
Creates an account and returns the created record with its generated id. Responds 201 on success, or 400 if the body fails validation.
Authorization
AuthorizationRequiredBearer <token>API key as Bearer token: Authorization: Bearer sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
X-API-Key<token>API key via header: X-API-Key: sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
Request Body
application/jsonRequirednameRequiredstringwebsitestringindustrystringsizestringValue in:
"small" | "medium" | "large" | "enterprise"phonestringaddressstringextraInformationstringstatusstringDefault:
"active"Value in: "active" | "inactive" | "prospect" | "customer" | "churned"tagsarray<string>Created account