Skip to content

Find all product data models

GET
/product-data-models

Find all product data models which either belong to the user's organization or are public.

Authorizations

api_token

API key authentication

TypeAPI Key (header: api_token)

Parameters

Query Parameters

organization*
Typestring
Required

Responses

application/json
JSON
{
"id": "string",
"name": "string",
"version": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI