API Reference

POST dashboard/templates/{template_id}/create-from/Z

POST
dashboard/templates/{template_id}/create-from/Z

POST operation for dashboard/templates/{template_id}/create-from/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://dev-rest.onboard.io/dashboard/templates/{template_id}/create-from/Z" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "type": "string",    "configuration": {}  }'
{
  "name": "string",
  "description": "string",
  "type": "string",
  "is_default": true,
  "is_template": true,
  "configuration": {}
}
Empty
Empty
Empty

How is this guide?