Create customer
POST/v1/customers
Creates a customer and, by default, an associated billing account. Use create_billing_account=false to create only the customer.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
- 500
Customer created.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.