How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nuon apps API is one of 18 APIs that Nuon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Application. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 73 operations across 57 paths, and defines 261 schemas. It is described by OpenAPI 3.2.0, at version 0.19.1074.

Requests are made against a single base URL, https://api.nuon.co/.

73 operations 57 paths 261 schemas 4 DELETE42 GET4 PATCH23 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.19.1074
Base URL
https://api.nuon.co
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Nuon apps API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (APIKey). An API key is passed in the header as X-Nuon-Org-ID (OrgID).

  • APIKey — Type "Bearer" followed by a space and token.
  • OrgID — Nuon org ID

Paths & Operations 73

Across 57 paths, the API surfaces 73 operations — 4 DELETE, 42 GET, 4 PATCH, 23 POST. Each is listed below with its method, path, parameters, and response codes.

apps 73

apps

GET
/v1/apps
get all apps for the current org
GetApps 4 params → 200400401403404500
POST
/v1/apps
create an app
CreateApp body → 201400401403404409500
DELETE
/v1/apps/{app_id}
delete an app
DeleteApp 1 param → 200400401403404500
GET
/v1/apps/{app_id}
get an app
GetApp 1 param → 200400401403404500
PATCH
/v1/apps/{app_id}
update an app
UpdateApp 1 param body → 200400401403404500
GET
/v1/apps/{app_id}/branches
get app branches
GetAppBranches 4 params → 200400401403404500
POST
/v1/apps/{app_id}/branches
Cancel a runner job.
CreateAppBranch 1 param body → 201400401403404409500
DELETE
/v1/apps/{app_id}/branches/{app_branch_id}
delete an app branch
DeleteAppBranch 2 params → 200400401403404500
GET
/v1/apps/{app_id}/branches/{app_branch_id}
get an app branch
GetAppBranch 3 params → 200400401403404500
PATCH
/v1/apps/{app_id}/branches/{app_branch_id}
update app branch metadata
UpdateAppBranch 2 params body → 200400401403404500
GET
/v1/apps/{app_id}/branches/{app_branch_id}/configs
get app branch app configs
GetAppBranchAppConfigs 5 params → 200400401403404500
POST
/v1/apps/{app_id}/branches/{app_branch_id}/configs
create an app branch config
CreateAppBranchConfig 2 params body → 201400401403404409500
GET
/v1/apps/{app_id}/branches/{app_branch_id}/latest-config
get latest app branch config
GetAppBranchLatestConfig 2 params → 200400401403404500
GET
/v1/apps/{app_id}/branches/{app_branch_id}/runs
get app branch workflow runs
GetAppBranchRuns 5 params → 200400401403404500
POST
/v1/apps/{app_id}/branches/{app_branch_id}/runs
trigger app branch workflow run
TriggerAppBranchRun 2 params body → 201400401403404500
GET
/v1/apps/{app_id}/branches/{app_branch_id}/runs/{run_id}/builds
get builds for an app branch run
GetAppBranchRunBuilds 3 params → 200400401403404500
GET
/v1/apps/{app_id}/branches/{app_branch_id}/runs/{run_id}/install-group-runs
list install group runs for an app branch run
GetInstallGroupRuns 3 params → 200400401403404500
GET
/v1/apps/{app_id}/branches/{app_branch_id}/runs/{run_id}/install-group-runs/{install_group_run_id}
get a specific install group run
GetInstallGroupRun 4 params → 200400401403404500
GET
/v1/apps/{app_id}/branches/{app_branch_id}/runs/{run_id}/install-groups
get install group deployments for an app branch run
GetAppBranchRunInstallGroups 3 params → 200400401403404500
POST
/v1/apps/{app_id}/break-glass-configs
Create a break glass config for an app.
CreateAppBreakGlassConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/break-glass-configs/{config_id}
get app breakglass config
GetAppBreakGlassConfig 2 params → 200400401403404500
POST
/v1/apps/{app_id}/configdeprecated
Create an app config, by pushing the contents of a config file. The API will automatically configure the app according to the config file in the background.
CreateAppConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/config/{app_config_id}deprecated
get an app config
GetAppConfig 3 params → 200400401403404500
PATCH
/v1/apps/{app_id}/config/{app_config_id}deprecated
Update an app config, setting status and state.
UpdateAppConfig 2 params body → 201400401403404500
GET
/v1/apps/{app_id}/config/{app_config_id}/graphdeprecated
get an app config graph
GetAppConfigGraph 2 params → 200400401403404500
POST
/v1/apps/{app_id}/config/{app_config_id}/update-installsdeprecated
Update app configuration across multiple installs.
UpdateAppConfigInstalls 2 params body → 200400401403404500
GET
/v1/apps/{app_id}/configs
get app configs
GetAppConfigs 4 params → 200400401403404500
POST
/v1/apps/{app_id}/configs
Create an app config, by pushing the contents of a config file. The API will automatically configure the app according to the config file in the background.
CreateAppConfigV2 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/configs/{config_id}
get an app config
GetAppConflgV2 3 params → 200400401403404500
PATCH
/v1/apps/{app_id}/configs/{config_id}
Update an app config, setting status and state.
UpdateAppConflgV2 2 params body → 201400401403404500
POST
/v1/apps/{app_id}/configs/{config_id}/build
Build all components for an app config
BuildAppConfig 2 params → 201400401403404500
GET
/v1/apps/{app_id}/configs/{config_id}/diff
diff two app configs
GetAppConfigDiff 3 params → 200400401403404500
GET
/v1/apps/{app_id}/configs/{config_id}/graph
get an app config graph
GetAppConfigGraphV2 2 params → 200400401403404500
POST
/v1/apps/{app_id}/configs/{config_id}/update-installs
Update app configuration across multiple installs.
UpdateAppConfigInstallsV2 2 params body → 200400401403404500
POST
/v1/apps/{app_id}/input-config
App input configs allow you to declare the inputs for your application, and do things such as require customer inputs or expose configuration knobs in your application.
CreateAppInputConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/input-configs
get app input configs
GetAppInputConfigs 4 params → 200400401403404500
GET
/v1/apps/{app_id}/input-configs/{input_config_id}
get app input config
GetAppInputConfig 2 params → 200400401403404500
GET
/v1/apps/{app_id}/input-latest-config
get latest app input config
GetAppInputLatestConfig 1 param → 200400401403404500
POST
/v1/apps/{app_id}/kubernetes-contexts-configs
create a kubernetes contexts config
CreateAppKubernetesContextsConfig 1 param body → 201400401403404500
GET
/v1/apps/{app_id}/labels
get all labels used across an app
GetAppLabels 1 param → 200400401403404500
GET
/v1/apps/{app_id}/latest-break-glass-config
get latest app break glass config
GetLatestAppBreakGlassConfig 1 param → 200400401403404500
GET
/v1/apps/{app_id}/latest-config
get latest app config
GetAppLatestConfig 2 params → 200400401403404500
GET
/v1/apps/{app_id}/latest-permissions-config
get latest app permissions config
GetLatestAppPermissionsConfig 1 param → 200400401403404500
GET
/v1/apps/{app_id}/latest-policies-config
get latest app policies config
GetLatestAppPoliciesConfig 1 param → 200400401403404500
GET
/v1/apps/{app_id}/latest-secrets-config
get latest app secrets config
GetLatestAppSecretsConfig 1 param → 200400401403404500
POST
/v1/apps/{app_id}/operation-role-configs
create operation role config
CreateAppOperationRoleConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/operation-role-configs/{operation_role_config_id}
get operation role configs
GetAppOperationRoleConfigs 2 params → 200400401403404500
POST
/v1/apps/{app_id}/permissions-configs
Create app permissions config.
CreateAppPermissionsConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/permissions-configs/{config_id}
get app permissions config
GetAppPermissionsConfig 2 params → 200400401403404500
GET
/v1/apps/{app_id}/policies-configs
get app policies configs
GetAppPoliciesConfigs 4 params → 200400401403404500
POST
/v1/apps/{app_id}/policies-configs
Create app policies config.
CreateAppPoliciesConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/policies-configs/{config_id}
get app policies config
GetAppPoliciesConfig 2 params → 200400401403404500
GET
/v1/apps/{app_id}/policy-config/{policy_config_id}
get app policy config
GetAppPolicyConfig 2 params → 200400401403404500
GET
/v1/apps/{app_id}/runner-configs
get app runner configs
GetAppRunnerConfigs 4 params → 200400401403404500
POST
/v1/apps/{app_id}/runner-configs
create an app runner config
CreateAppRunnerConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/runner-latest-config
get latest app runner config
GetAppRunnerLatestConfig 1 param → 200400401403404500
POST
/v1/apps/{app_id}/sandbox-configdeprecated
create an app sandbox config
CreateAppSandboxConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/sandbox-configs
get app sandbox configs
GetAppSandboxConfigs 4 params → 200400401403404500
POST
/v1/apps/{app_id}/sandbox-configs
create an app sandbox config
CreateAppSandboxConfigV2 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/sandbox-latest-config
get latest app sandbox config
GetAppSandboxLatestConfig 1 param → 200400401403404500
GET
/v1/apps/{app_id}/sandbox/builds
get app sandbox builds
GetAppSandboxBuilds 3 params → 200400401404500
POST
/v1/apps/{app_id}/sandbox/builds
create app sandbox build
CreateAppSandboxBuild 1 param → 201400401404409500
GET
/v1/apps/{app_id}/sandbox/builds/{build_id}
get app sandbox build
GetAppSandboxBuild 2 params → 200400401404500
POST
/v1/apps/{app_id}/secretdeprecated
create an app secret
CreateAppSecret 1 param body → 201400401403404409500
DELETE
/v1/apps/{app_id}/secret/{secret_id}deprecated
delete an app secret
DeleteAppSecret 2 params → 200400401403404500
GET
/v1/apps/{app_id}/secrets
get app secrets
GetAppSecrets 4 params → 200400401403404500
POST
/v1/apps/{app_id}/secrets
create an app secret
CreateAppSecretV2 1 param body → 201400401403404409500
POST
/v1/apps/{app_id}/secrets-configs
Create an app secrets config.
CreateAppSecretsConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/secrets-configs/{config_id}
get app secrets config
GetAppSecretsConfig 2 params → 200400401403404500
DELETE
/v1/apps/{app_id}/secrets/{secret_id}
delete an app secret
DeleteAppSecretV2 2 params → 200400401403404500
POST
/v1/apps/{app_id}/stack-configs
create an app stack config
CreateAppStackConfig 1 param body → 201400401403404409500
GET
/v1/apps/{app_id}/stack-configs/{config_id}
get app stack config
GetAppStackConfig 2 params → 200400401403404500
GET
/v1/apps/{app_id}/template-config
get an app config template
GetAppConfigTemplate 2 params → 201400401403404500

Schemas 261

The contract defines 261 schemas that model the data the API accepts and returns. The most detailed are app.WorkflowStep (36 properties), app.RunnerGroupSettings (35 properties), app.RunnerJob (33 properties), app.AppConfig (33 properties). Each schema is shown below with its type and property counts.

github_com_nuonco_nuon_pkg_labels.Labels
object
state.InputsState
object
2 properties
plantypes.SyncSecretsPlan
object
6 properties
state.RunnerState
object
4 properties
app.AppConfig
object
33 properties
service.AppConfigDiffResponse
object
5 properties
app.App
object
25 properties
app.VCSConnectionCommit
object
11 properties
compositeerrors.CompositeErrorData
object
9 properties
signaldb.SignalData
object
1 property
app.Role
object
7 properties
service.CreateAppInputConfigRequest
object
3 properties 2 required
app.PulumiComponentConfig
object
11 properties
plantypes.TerraformBackend
object
1 property 1 required
service.AppAWSIAMRoleConfig
object
7 properties 3 required
state.AzureCloudAccount
object
1 property
outputs.SecretSyncOutput
object
10 properties
iam.StaticCredentials
object
3 properties
app.AppKubernetesContextConfig
object
11 properties
plantypes.KubernetesManifestDeployPlan
object
8 properties
configs.OCIRegistryAuth
object
2 properties
app.ComponentType
string
state.ActionWorkflowState
object
4 properties
plantypes.BuildPlan
object
12 properties 2 required
app.QueueSignal
object
20 properties
app.WorkflowStepPolicyValidation
object
8 properties
service.OperationRoleRuleRequest
object
3 properties 3 required
app.InstallRoleUsage
object
13 properties
state.AWSCloudAccount
object
1 property
app.EmptyResponse
object
app.QueueEmitter
object
21 properties
github_com_nuonco_nuon_pkg_labels.Selector
object
2 properties
app.Org
object
19 properties
app.Status
string
service.CreateAppRunnerConfigRequest
object
8 properties 1 required
app.AppKubernetesContextsConfig
object
8 properties
plantypes.FetchImageMetadataPlan
object
6 properties 2 required
app.AppSandboxBuild
object
15 properties
app.RunnerJobPlan
object
8 properties
compositeerrors.SectionKind
string
app.ComponentBuild
object
31 properties
compositeerrors.Hints
object
plantypes.SandboxMode
object
6 properties
app.JobComponentConfig
object
10 properties
service.AppConfigTemplate
object
4 properties
plantypes.TerraformDeployPlan
object
12 properties
plantypes.OCIArtifactReference
object
3 properties
app.AppAWSIAMPolicyConfig
object
15 properties
service.KubernetesSyncTarget
object
3 properties 3 required
plantypes.OCISource
object
2 properties
plantypes.TerraformSandboxMode
object
4 properties
app.AppBranch
object
12 properties
config.AppPolicyEngine
string
app.HelmConfig
object
8 properties
credentials.StaticCredentials
object
3 properties 3 required
callback.Ref
object
3 properties
configs.OCIRegistryRepository
object
10 properties
app.PolicyReportOwnerType
string
app.AppOperationRoleConfig
object
8 properties
app.AppStackConfig
object
13 properties
config.CustomNestedStackStatus
string
service.AppInputRequest
object
9 properties 4 required
app.PolicyName
string
service.AppGroupRequest
object
3 properties 3 required
service.UpdateAppRequest
object
7 properties
service.CreateAppKubernetesContextsConfigRequest
object
2 properties 1 required
service.CreateAppBranchConfigRequest
object
3 properties
plantypes.SyncOCIPlan
object
5 properties 4 required
plantypes.CompositePlan
object
7 properties
state.DomainState
object
3 properties
app.AccountType
string
app.AppBranchRunType
string
app.UserJourneyStep
object
7 properties
credentials.AssumeRoleConfig
object
6 properties 2 required
service.AppLabelKeySummary
object
7 properties
permissions.Permission
string
service.AppSecretConfig
object
11 properties 3 required
helpers.PublicGitVCSConfigRequest
object
4 properties 3 required
app.InstallGroupRunInstall
object
3 properties
app.AppConfigVersion
string
app.RunnerGroup
object
11 properties
refs.Ref
object
4 properties
app.AWSIAMRoleType
string
app.Account
object
10 properties
service.CreateAppSecretRequest
object
2 properties 2 required
credentials.ServicePrincipalCredentials
object
2 properties
app.InstallActionWorkflowRunStep
object
10 properties
plantypes.PulumiSandboxMode
object
3 properties
plantypes.PulumiDeployPlan
object
14 properties
state.SecretsState
object
app.AppBranchConfig
object
13 properties
config.CustomNestedStack
object
7 properties
plantypes.NoopDeployPlan
object
app.DockerBuildComponentConfig
object
11 properties
app.AppBranchRun
object
31 properties
plantypes.DeployPlan
object
16 properties 2 required
service.CreateAppRequest
object
4 properties 1 required
state.OrgState
object
4 properties
app.WorkflowRun
object
11 properties
app.RunnerJob
object
33 properties
plantypes.ActionWorkflowRunStepPlan
object
6 properties
app.Policy
object
7 properties
app.InstallActionWorkflow
object
9 properties
app.Component
object
17 properties
app.RunnerOperation
object
10 properties
app.ConnectedGithubVCSConfig
object
14 properties
app.KustomizeConfig
object
4 properties
app.WorkflowStepGroup
object
14 properties
app.RunnerGroupSettings
object
35 properties
app.ExternalImageComponentConfig
object
11 properties
app.RunnerJobStatus
string
plantypes.ContainerImagePullPlan
object
5 properties
app.AzureACRImageConfig
object
9 properties
app.InstallInputs
object
10 properties
app.ActionWorkflowStepConfig
object
16 properties
service.UpdateAppBranchRequest
object
1 property 1 required
config.AppPolicyType
string
plantypes.HelmDeployPlan
object
14 properties
plantypes.KubernetesSecretSyncTarget
object
3 properties
app.WorkflowRunType
string
types.StringBoolMap
object
state.CloudAccount
object
3 properties
app.AWSECRImageConfig
object
8 properties
plantypes.ActionWorkflowRunPlan
object
12 properties
service.UpdateAppConfigInstallsRequest
object
2 properties
state.ActionsState
object
2 properties
app.WorkflowStepApproval
object
14 properties
app.WorkflowStepApprovalType
string
plantypes.SandboxRunPlan
object
21 properties
app.PublicGitVCSConfig
object
10 properties
app.WorkflowStepExecutionType
string
cctx.SignalContext
object
4 properties
app.InstallRoleSelectionRecord
object
5 properties
app.WorkflowStep
object
36 properties
app.AppSecretsConfig
object
8 properties
app.WorkflowType
string
plantypes.GitSource
object
4 properties 3 required
plantypes.TerraformDeployHooks
object
3 properties
app.InstallDeployType
string
app.AppAWSIAMRoleConfig
object
18 properties
app.InstallAppConfigVersion
object
15 properties
service.CreateAppStackConfigRequest
object
7 properties 4 required
app.AppBreakGlassConfig
object
8 properties
app.AppInputSource
string
app.AdHocStepConfig
object
16 properties
plantypes.KubernetesSandboxMode
object
2 properties
service.CreateAppSandboxConfigRequest
object
17 properties 2 required
service.TriggerAppBranchRunRequest
object
5 properties
service.CreateAppPoliciesConfigRequest
object
2 properties 1 required
config.HelmRepoConfig
object
3 properties
app.RunnerOperationType
string
state.SandboxState
object
6 properties
app.NotificationsConfig
object
8 properties
app.GCPGARImageConfig
object
10 properties
helpers.ConnectedGithubVCSConfigRequest
object
5 properties 2 required
app.QueueEmitterMode
string
app.ActionWorkflowConfig
object
17 properties
state.InstallStackState
object
7 properties
app.AppPermissionsConfig
object
13 properties
diff.DiffSummary
object
5 properties
app.PolicyInputRef
object
3 properties
plantypes.HelmSandboxMode
object
2 properties
app.RunnerJobGroup
string
app.AppBranchInstallGroup
object
12 properties
service.InstallGroupRequest
object
5 properties 1 required
github_com_nuonco_nuon_pkg_aws_credentials.Config
object
6 properties
app.VCSConnection
object
10 properties
app.LogStream
object
11 properties
app.OCIArtifact
object
20 properties
app.InstallGroupRun
object
16 properties
service.CreateAppSecretsConfigRequest
object
2 properties 1 required
app.AppInputGroup
object
11 properties
app.CloudPlatform
string
github_com_nuonco_nuon_pkg_azure_credentials.Config
object
3 properties
app.TerraformModuleComponentConfig
object
11 properties
app.RunnerJobExecution
object
11 properties
app.UserJourney
object
3 properties
app.PolicyResult
object
7 properties
blobstore.Blob
object
github_com_nuonco_nuon_pkg_types_state.State
object
16 properties
service.AppAWSIAMPolicyConfig
object
7 properties
diff.DiffKey
object
4 properties
app.RunnerGroupType
string
app.PolicyViolation
object
6 properties
app.ActionWorkflowTriggerType
string
service.CreateAppConfigRequest
object
6 properties
iam.TwoStepConfig
object
3 properties
app.InstallActionWorkflowRunStepStatus
string
state.GCPCloudAccount
object
2 properties
app.HelmComponentConfig
object
15 properties
app.AppSecretKubernetesSyncTarget
object
9 properties
plantypes.HelmValue
object
3 properties
plantypes.HelmBuildPlan
object
4 properties
app.AppInputConfig
object
10 properties
app.AppInput
object
20 properties
app.AppSecret
object
8 properties
app.ComponentReleaseStep
object
10 properties
app.RunnerJobOperationType
string
app.RunnerJobType
string
plantypes.TerraformBuildPlan
object
3 properties
app.InstallDeploy
object
32 properties
app.RunnerJobExecutionResult
object
14 properties
configs.OCIRegistryType
string
plantypes.TerraformLocalArchive
object
1 property
app.HelmRepoConfig
object
3 properties
compositeerrors.Severity
string
app.AppSandboxConfig
object
26 properties
app.StackType
string
app.ComponentRelease
object
9 properties
diff.Diff
object
3 properties
github_com_nuonco_nuon_pkg_gcp_credentials.Config
object
3 properties
kube.ClusterInfo
object
10 properties
service.CreateAppBreakGlassConfigRequest
object
2 properties 2 required
state.AppState
object
5 properties
service.AppPolicyConfig
object
6 properties 2 required
service.CreateAppPermissionsConfigRequest
object
6 properties 4 required
service.CreateAppBranchRequest
object
2 properties 1 required
app.InstallApprovalOption
string
app.AppOperationRoleRule
object
11 properties
app.AppRunnerConfigHelmDriverType
string
service.AppConfigTemplateType
string
app.AppRunnerType
string
plantypes.KustomizeBuildConfig
object
3 properties
app.AppSecretConfig
object
21 properties
app.KubernetesManifestComponentConfig
object
10 properties
plantypes.KubernetesSecretSync
object
9 properties
diff.Op
string
app.OperationType
string
app.RoleType
string
app.AppPoliciesConfig
object
8 properties
app.Runner
object
18 properties
app.InstallSandboxRun
object
24 properties
app.RunnerJobExecutionOutputs
object
8 properties
service.UpdateAppConfigRequest
object
4 properties
app.InstallActionWorkflowRun
object
29 properties
plantypes.PulumiBuildPlan
object
1 property
service.AppKubernetesContext
object
2 properties 2 required
app.CompositeStatus
object
6 properties
refs.RefType
string
plantypes.PulumiBackend
object
6 properties 3 required
app.ActionWorkflowTriggerConfig
object
12 properties
app.RunnerJobExecutionStatus
string
plantypes.DockerBuildPlan
object
4 properties
app.ComponentConfigConnection
object
32 properties
state.InstallState
object
7 properties
app.Queue
object
16 properties
signaldb.WorkflowRef
object
3 properties
permissions.Set
object
stderr.ErrResponse
object
3 properties
sql.NullBool
object
2 properties
app.Workflow
object
30 properties
app.ActionWorkflow
object
12 properties
app.AppPolicyConfig
object
14 properties
app.AppRunnerConfig
object
15 properties
plantypes.KubernetesManifestBuildPlan
object
5 properties
compositeerrors.Section
object
3 properties
app.SandboxRunType
string
app.AppConfigStatus
string
service.AppLabelsResponse
object
3 properties
app.PolicyReport
object
24 properties
service.CreateAppOperationRoleConfigRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuon-apps-api-openapi.yml Raw ↑

Other APIs Nuon publishes across the network.

Nuon accounts API
Nuon actions API
Nuon actions/runner API
Nuon auth API
Nuon components API
Nuon general API
Nuon installs API
Nuon notebooks API
Nuon onboarding API
Nuon orgs API
Nuon policy-reports API
Nuon queues API
Where this information came from

This is an independent, third-party profile of Nuon apps API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.