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

Spring Cloud Config Configuration API

Fetch application configuration

Spring Cloud Config Configuration API is one of 4 APIs that Spring Cloud Config publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Configuration. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 3 JSON Schemas.

This API exposes 8 operations across 8 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 4.1.0.

Requests are made against 2 base URLs: http://localhost:8888, http://{config_host}:{port}.

8 operations 8 paths 2 schemas 8 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
4.1.0
Base URL
http://localhost:8888
Authentication
HTTP Basic, HTTP Bearer
License
Resource Areas
1

Authentication & Security 2

Spring Cloud Config Configuration API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (BasicAuth). It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 8 GET. Each is listed below with its method, path, parameters, and response codes.

Configuration 8

Fetch application configuration

GET
/{application}/{profile}
Get environment configuration
getEnvironment 2 params → 200
GET
/{application}/{profile}/{label}
Get environment configuration with label
getEnvironmentWithLabel 3 params → 200
GET
/{application}-{profile}.yml
Get configuration as YAML
getConfigYaml 2 params → 200
GET
/{application}-{profile}.properties
Get configuration as properties
getConfigProperties 2 params → 200
GET
/{application}-{profile}.json
Get configuration as JSON
getConfigJson 2 params → 200
GET
/{label}/{application}-{profile}.yml
Get configuration as YAML with label
getConfigYamlWithLabel 3 params → 200
GET
/{label}/{application}-{profile}.properties
Get configuration as properties with label
getConfigPropertiesWithLabel 3 params → 200
GET
/{label}/{application}-{profile}.json
Get configuration as JSON with label
getConfigJsonWithLabel 3 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Environment (6 properties), PropertySource (2 properties). Each schema is shown below with its type and property counts.

Environment
object
6 properties
PropertySource
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

spring-cloud-config-configuration-api-openapi.yml Raw ↑

Other APIs Spring Cloud Config publishes across the network.

Spring Cloud Config Encryption API
Spring Cloud Config Monitoring API
Spring Cloud Config Resources API
Where this information came from

This is an independent, third-party profile of Spring Cloud Config Configuration 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.