v1

latestOpenAPI 3.1.02026-07-2676188241.3 KB
Customers

List customers for a project

get/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.

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of customers per page

Response

List of customers retrieved successfully

Example response

{
  "customers": [
    {
      "displayName": "admin",
      "tenantName": "base",
      "customerId": "contosohospital",
      "createdAt": "2023-10-01T12:00:00Z"
    }
  ]
}