Account
List projects
The projects this key can read. Every other endpoint takes one of these ids.
GET
https://api.vidrys.com/v1/projects- Plan
- Grow and above
- Key
- read
- Rate cost
- 1 unit
- MCP tool
- list_projects
Account
https://api.vidrys.com/v1/projectsSent as a header on every request.
AuthorizationstringrequiredA Vidrys API key, sent as Bearer vidrys_sk_…. A read key is enough. See Authentication.
application/json
projectsobject[]Projects in the workspace.
idstringProject id (a UUID). Every project-scoped call takes it.
namestringThe brand the project tracks.
industrystringnullableThe industry set on the project.
| 401 unauthorized | No key was sent, or the key is unknown, revoked or expired, or the member who created it has left the workspace or been deactivated. |
| 402 plan_required | The workspace's plan doesn't include API access. It's included on Grow, Scale and Custom. |
| 403 workspace_not_approved | The workspace is still waiting for approval, or wasn't approved. |
| 429 rate_limited | Too many requests this minute. Wait for the number of seconds in the `Retry-After` header, then retry. |
Every code, and what to retry, is in Errors.