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
RequiredResponses
application/json
JSON
{
"id": "string",
"name": "string",
"version": "string",
"description": "string",
"sectors": [
"string"
]
}