apicurio.local

Apicurio Registry is a datastore for standard event schemas and API designs. Apicurio Registry enables developers to manage and share the structure of their data using a REST interface. For example, client applications can dynamically push or pull the latest updates to or from the registry without n

64 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (6 total)

pip install apicurio-registry-client-sdk-python
npm install apicurio-registry-client-sdk-js
go get github.com/subzerobo/go-apicurio-sdk
go get github.com/mollie/go-apicurio-registry
# See https://github.com/Apicurio/apicurio-registry-client-sdk-go
# See https://github.com/ahawker/apicurio-registry-go-sdk
curl examples
List groups
curl \
  http://apicurio.local/groups
Get current user
curl \
  http://apicurio.local/users/me
List global rules
curl \
  http://apicurio.local/admin/rules
Endpoints (64 total)
GET
/groups
List groups
GET
/users/me
Get current user
GET
/admin/rules
List global rules
GET
/system/info
Get system information
GET
/admin/export
Export registry data
GET
/admin/loggers
List logging configurations
GET
/system/limits
Get resource limits information
GET
/groups/{groupId}
Get a group by the specified ID.
GET
/search/artifacts
Search for artifacts
GET
/admin/roleMappings
List all role mappings
GET
/admin/rules/{rule}
Get global rule configuration
GET
/admin/artifactTypes
List artifact types
At a glance
Total SDKs6
Languages4
Endpoints64
Categories1
http://apicurio.local