Retrieve a Template
You can retrieve the properties of the Cubes template specified by its ID.
Endpoint
Use the following endpoint for templates: https://api.ionos.com/cloudapi/v6/templates/
Request
curl -X 'GET' \
'https://api.ionos.com/cloudapi/v6/templates/{templateId}' \
-H 'accept: application/json'To make authenticated requests to the API, the following fields are mandatory in the request header:
Name
Type
Description
v6
string
The API version.
templates
string
Template attributes: ID, metadata, and properties.
templateId
string
The unique template ID.
Response
A 200 message confirms that the desired template details are fetched.
Last updated
Was this helpful?