Vidbyte

API documentation

GETLiveGETFocused route reference

GET /api/v1/projects/list

List Projects

List the projects owned by the authenticated principal. This route is useful when your application needs to browse or reconcile the project inventory for an account.

Manage keys
Stable public contract

Public endpoint

/api/v1/projects/list

Maps to

/api/sandbox/projects/list

What to know first

Returns draft and generated project resources with public IDs only.

Method

GET

Send this operation to /api/v1/projects/list on the versioned public host.

Authentication

API key

API key via Authorization: Bearer or x-api-key

Resource model

Direct

Returns draft and generated project resources with public IDs only.

Highlights

What this operation does

List projects owned by the authenticated API principal.
Returns draft and generated project resources with public IDs only.
Store the encrypted `id` returned by create and list routes exactly as returned if you need to fetch the resource again later.

Response shape

What the response contract guarantees

Public responses use the shared envelope: `success`, `id`, `message`, `data`, `token_stats`, `pricing`, and `error`.
The `id` field is always a public/encrypted identifier boundary, never a raw MongoDB `_id`.