Skip to main content
GET
https://app.ocoya.com/api/_public/v1
/
studio-templates
List Studio templates
curl --request GET \
  --url https://app.ocoya.com/api/_public/v1/studio-templates \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Query Parameters

workspaceId
string
required

Ocoya workspace ID. Get one from GET /workspaces.

Example:

"cmayvq3hk00017apshay5qezu"

query
string

Search query used to filter results by name or matching text.

Example:

"Launch"

page
integer

Zero-based page number for paginated results.

Example:

0

perPage
integer

Maximum number of items to return per page.

Example:

20

Response

Success