Skip to content

Find all templates

GET
/organizations/{organizationId}/templates

Find all templates which belong to the user's organization.

Authorizations

api_token

API key authentication

TypeAPI Key (header: api_token)

Parameters

Path Parameters

organizationId*
Typestring
Required

Responses

application/json
JSON
{
"id": "string",
"name": "string",
"version": "string",
"description": "string",
"sectors": [
"string"
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI