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"
}
}
]
}