Skip to main content
GET
/
v1
/
template-apps
List template apps
curl --request GET \
  --url https://api.usenaive.ai/v1/template-apps \
  --header 'Authorization: Bearer <token>'
{
  "apps": [
    {}
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

200 - application/json

OK.

apps
object[]
count
number