# Resolve runtime tenant DTO for a top-level partner app **GET /v1/internal/tenants/{platform}/{org_slug}** Resolve the published runtime DTO for a top-level partner app. Args: platform: Target LLM platform (chatgpt | claude | copilot | gemini). org_slug: Top-level partner app slug. Returns: Runtime DTO matching ``runtime-tenant-dto.v1.schema.json``. The ``ETag`` HTTP header is set to the snapshot's ETag. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Http bearer ## Parameters ### Path parameters - **platform** (string) - **org_slug** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **partner_app_id** (string) - **parent_partner_app_id** (string | null) Set only for brand sub-pages. - **platform** (string) - **org_slug** (string) - **org_id** (string) - **brand_slug** (string | null) - **schema_version** (integer) - **version** (integer) - **status** (string | null) - **display_name** (string | null) - **auth_config** (object) - **sections** (array[object]) - **theme** (object) Resolved theme. Brand inheritance is pre-applied by the resolver. - **sponsored_config** (object) - **catalog_id** (string) - **etag** (string) - **expires_at** (string(date-time)) - **resolved_at** (string(date-time) | null) - **cache** (object | null) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)