Platform
platform.tenants.detail
Tenant-scoped tRPC query platform.tenants.detail. Requires a verified session cookie or an OAuth Bearer token; OAuth callers additionally need the simrs:read scope. All reads are filtered to the caller's tenant.
AuthorizationBearer <token>
OAuth 2.0 / OIDC issued by the API itself (better-auth oidcProvider). Dynamic client registration per RFC 7591 at /api/auth/oauth2/register.
In: header
Scope: simrs:read
Query Parameters
input*
URL-encoded JSON of the procedure input (tRPC HTTP GET wire format).
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/trpc/platform.tenants.detail?input=%7B%22tenantId%22%3A%22f97df110-f4de-492e-8849-4a6af68026b0%22%7D"{ "result": { "data": null }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}Is this page helpful?