v10

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-19274659.0 KB
App Configuration

listConfigurations

List all app configuration metadata owned by an organization. To get full app configuration details, use the /v1/app-configurations/{appId} endpoint.

get/v1/app-configurations

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

Response

List of app configurations

Example response

{
  "configurations": [
    {
      "notifications": {
        "email": "developer@example.com"
      }
    }
  ]
}