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

Unleash Release Templates API

API for managing [release templates](https://docs.getunleash.io/concepts/release-templates).

Unleash Release Templates API is one of 36 APIs that Unleash publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Release Templates. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 20 operations across 13 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version 7.4.1.

Requests are made against a single base URL, https://app.unleash-instance.example.com.

20 operations 13 paths 10 schemas 5 DELETE4 GET8 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
7.4.1
Base URL
https://app.unleash-instance.example.com
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Unleash Release Templates API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (apiKey). It accepts HTTP bearer tokens (bearerToken). By default, every request must be authenticated.

  • apiKey — API key needed to access this API
  • bearerToken — API key needed to access this API, in Bearer token format

Paths & Operations 20

Across 13 paths, the API surfaces 20 operations — 5 DELETE, 4 GET, 8 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Release Templates 20

API for managing [release templates](https://docs.getunleash.io/concepts/release-templates).

GET
/api/admin/release-plan-templates
Get All Release Templates.
getReleaseTemplates → 200401
POST
/api/admin/release-plan-templates
Create a Release Template.
createReleaseTemplate → 200401409
GET
/api/admin/release-plan-templates/{templateId}
Get a Release Template by Its Id.
getReleaseTemplate 1 param → 200401
DELETE
/api/admin/release-plan-templates/{templateId}
Deletes a Release Template by Its Id.
deleteReleaseTemplate 1 param → 200401403
PUT
/api/admin/release-plan-templates/{templateId}
Updates a Release Template by Its Id.
updateReleaseTemplate 1 param → 200401403409
POST
/api/admin/release-plan-templates/archive/{templateId}
Archives a Release Template by Its Id.
archiveReleaseTemplate 1 param → 200401403
POST
/api/admin/release-plan-templates/{templateId}/milestones
Adds a Milestone to a Release Template.
addMilestoneToReleaseTemplate 1 param → 200401403404
PUT
/api/admin/release-plan-templates/{templateId}/milestones/{milestoneId}
Updates Existing Milestone
updateReleaseTemplateMilestone 2 params → 200401403404
DELETE
/api/admin/release-plan-templates/{templateId}/milestones/{milestoneId}
Removes an Existing Milestone
removeReleaseTemplateMilestone 2 params → 200401403404
POST
/api/admin/release-plan-templates/{templateId}/milestones/{milestoneId}/strategies
Adds a Strategy to a Milestone.
addStrategyToMilestone 2 params → 200401403404
PUT
/api/admin/release-plan-templates/{templateId}/milestones/{milestoneId}/strategies/{strategyId}
Updates a Strategy Attached to a Milestone
updateMilestoneStrategy 3 params → 200401403404
DELETE
/api/admin/release-plan-templates/{templateId}/milestones/{milestoneId}/strategies/{strategyId}
Removes a Strategy Attached to a Milestone
remoteMilestoneStrategy 3 params → 200401403404
GET
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release_plansdeprecated
Get Release Plans.
oldGetReleasePlans 3 params → 200401
POST
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release_plansdeprecated
Add a Release Plan.
oldAddReleasePlan 3 params body → 200401409
GET
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release-plans
Get Release Plans.
getReleasePlans 3 params → 200401
POST
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release-plans
Add a Release Plan.
addReleasePlan 3 params body → 200401409
DELETE
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release_plans/{planId}deprecated
Remove a Release Plan.
oldRemoveReleasePlan 4 params → 200401403
DELETE
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release-plans/{planId}
Remove a Release Plan.
removeReleasePlan 4 params → 200401403
POST
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release_plans/{planId}/milestones/{milestoneId}/startdeprecated
Start a Release Plan Milestone.
oldStartMilestone 5 params → 200401403404
POST
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release-plans/{planId}/milestones/{milestoneId}/start
Start a Release Plan Milestone.
startMilestone 5 params → 200401403404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are releasePlanSchema (12 properties), releasePlanMilestoneStrategySchema (9 properties), releasePlanMilestoneSchema (9 properties), releasePlanTemplateSchema (8 properties). Each schema is shown below with its type and property counts.

releasePlanSchema
object
Schema representing the creation of a release plan.
12 properties 9 required
releasePlanMilestoneStrategySchema
object
Schema representing the creation of a release plan milestone strategy.
9 properties 4 required
constraintSchema
object
A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategi…
6 properties 2 required
parametersSchema
object
A list of parameters for a strategy
safeguardSchema
object
A safeguard configuration for a release plan.
4 properties 4 required
safeguardTriggerConditionSchema
object
The condition that triggers the safeguard.
2 properties 2 required
releasePlanTemplateSchema
object
Schema representing the creation of a release template.
8 properties 5 required
createStrategyVariantSchema
object
This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data…
5 properties 4 required
releasePlanTemplateIdSchema
object
Schema for creating a release plan for a feature flag environment by copying and applying the configuration from a release plan template.
1 property 1 required
releasePlanMilestoneSchema
object
Schema representing the creation of a release plan milestone.
9 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

unleash-release-templates-api-openapi.yml Raw ↑

Other APIs Unleash publishes across the network.

Unleash Client API
Unleash Addons API
Unleash Admin UI API
Unleash API tokens API
Unleash Archive API
Unleash Auth API
Unleash Banners API
Unleash Change Requests API
Unleash Context API
Unleash Dependencies API
Unleash Environments API
Unleash Events API
Where this information came from

This is an independent, third-party profile of Unleash Release Templates 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.