Automate and secure your application
with our robust API.
Manage your applications securely with JWT-based access controls.
Easily bump, set, and track application versions with a simple API call.
All version data is securely stored and managed through DynamoDB.
Explore the capabilities of our Version Management API through the following key operations:
Register a new application, with optional security features for enhanced protection.
curl -X POST
"https://yourapi.com/api/create?app_name=example&secure=true"
Quickly fetch the current version of your application.
curl https://yourapi.com/example/version
Update or set the application's version using simple commands.
curl -X POST
"https://yourapi.com/example/bump?type=minor"
curl -X POST
"https://yourapi.com/example/set?new_version=2.0.0"
Our API provides a straightforward approach to managing your application versions, ensuring that you have full control over versioning with minimal effort.