List organization projects

Returns the projects that belong to an organization. Requires a signed-in user token for a member of that organization.

GET /orgs/{orgId}/projects

List organization projects

Returns the projects that belong to an organization. Requires a signed-in user token for a member of that organization.

Authentication: API key required (Bearer token)

Parameters

NameInRequiredDescription
orgIdpathYesOrganization ID to operate on.

Request Example

curl -X GET https://sellm.io/api/v1/orgs/7c9a4f81-2d63-4e91-8b75-6a2d0f3e5c18/projects \
  -H "Authorization: Bearer sellm_your_api_key_here"

Responses

StatusDescription
200Organization projects
401Unauthorized
403Forbidden
404Organization not found
429Rate limited
500Internal error