Back to Platform

GET /dashboard/templates

GET
/dashboard/templates

GET operation for /dashboard/templates

Authorization

ApiKeyAuth
Authorization<token>

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

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/dashboard/templates"
{
  "id": 1,
  "name": "string",
  "description": "string",
  "type": "string",
  "type_display": "string",
  "type_code": "string",
  "type_details": "string",
  "is_template": true,
  "configuration": {},
  "created_at": "2021-01-01T00:00:00Z",
  "updated_at": "2021-01-01T00:00:00Z"
}
Empty
Empty
Empty

How is this guide?