API ReferenceTeams
List the projects under a team.
Returns the projects belonging to a team in the authenticated org. The team must belong to the caller org (cross-tenant team ids return 404).
AuthorizationBearer <token>
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Path Parameters
id*string
The team id.
Response Body
application/json
curl -X GET "https://example.com/api/org/teams/string/projects"{
"projects": [
{
"property1": null,
"property2": null
}
]
}Empty
Empty
Empty
List the members of a team.
Returns the membership rows for a team in the authenticated org, each enriched with the member user (when resolvable). The team must belong to the caller org - a cross-tenant team id returns 404.
Search the plugin registry (public).
Search the plugin registry (public). - Rensei REST API operation reference.