Retrieve accessible projects
GET/external/v1/projects/me
Returns projects visible to the current credential:
| Credential | Result |
|---|---|
| User API key | Projects the user is a member of in their organization |
| Organization API key | All projects in the organization |
| Project API key | The single project bound to the key |
Use a returned project id as {projectId} in document and configuration endpoints.
Responses
- 200
- 401
Projects accessible with the current credential
Missing or invalid API key / credentials.
Often an empty body. Some auth failures return application/problem+json
with type, title, status, and detail (no instance or problemCode).