v1
latestOpenAPI 3.1.02026-07-2676188241.3 KBCustomers
Create a new customer
post/projects/{projectId}/customers
Path parameters
projectIdstring required
Example:consoleproject
Unique identifier of your project in the Corti API Console.
To find it, open your project at console.corti.app, go to Settings, and copy the value from the Project ID field.
Request body
Example request
{
"displayName": "admin",
"tenantName": "base",
"region": "eu",
"customerId": "contosohospital"
}Response
Customer created successfully
Example response
{
"displayName": "admin",
"tenantName": "base",
"customerId": "contosohospital",
"createdAt": "2023-10-01T12:00:00Z"
}