Create a customer
POST/v1/customers
Create a customer for your company. Only firstName is required; everything else is optional. Returns the created customer, including its generated id, which you then reference when creating a project. Requires the write:customers scope.
Request
Responses
- 201
- 400
- 401
- 403
- 500
The created customer.
validation_error
invalid_api_key
insufficient_scope
db_error