Skip to main content
GET
List Script Templates

Authorizations

Authorization
string
header
required

Altostrat SDX API uses JWT Bearer tokens for authentication. Obtain a token via the Authentication API and include it in the Authorization header as 'Bearer {token}'.

Query Parameters

type
enum<string>

Filter templates by type. 'public' for global templates, 'private' for organization-specific templates. Omitting this parameter returns both.

Available options:
public,
private

A search term to filter templates by name or description.

Response

A paginated list of script templates.

data
object[]
meta
object