Skip to main content
GET
Retrieve list of assets.

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Query Parameters

kind
enum<string>
default:oas-template

Filter assets by kind (optional).

Available options:
oas-template

Response

templates fetched.

_id
string
read-only

database id of asset

Example:

"659b9613a1ed7ef7afdccb9d"

data
object
Example:
description
string
id
string

custom id of asset that can be provided while creation/updating.

Example:

"my-unique-template-id"

kind
enum<string>
default:oas-template

the asset type, which is set to oas-template

Available options:
oas-template
Example:

"oas-template"

last_updated
string<date-time>
read-only

last updated time stamp

Example:

"2024-01-10T08:48:36.183Z"

name
string

human-readable name for the template

org_id
string