GET/v1/internal/tenants/{tenant_id}/providersList Tenant Providers
Requiere: PartnerApiKey, PartnerBearer
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | path | string | Sí |
X-Tenant-Id | header | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | lista de InternalProviderListItem |
| 422 | Error de validación | HTTPValidationError |
GET/v1/internal/tenants/{tenant_id}/providers/analyticsList tenant provider analytics summary
Returns per-provider marketplace analytics summaries for the tenant. Requires X-Partner-Key, the providers:analytics scope, and an exact tenant match.
Requiere: PartnerApiKey, PartnerBearer
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | path | string | Sí |
X-Tenant-Id | header | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | lista de ProviderAnalyticsSummaryItem |
| 401 | Faltan las credenciales de socio o no son válidas. | — |
| 403 | Falta el ámbito, o se ha denegado el acceso a otra institución. | — |
| 422 | Error de validación | HTTPValidationError |
GET/v1/internal/tenants/{tenant_id}/providers/analytics/breakdownList tenant provider analytics breakdown
Returns detailed conversion analytics including views, appointment requests, second opinions and reviews.
Requiere: PartnerApiKey, PartnerBearer
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | path | string | Sí |
provider_id | query | integer o nulo | No |
X-Tenant-Id | header | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | lista de ProviderAnalyticsBreakdownItem |
| 422 | Error de validación | HTTPValidationError |
GET/v1/internal/tenants/{tenant_id}/providers/reviewsList tenant provider reviews
Lists reviews for moderation and operations follow-up.
Requiere: PartnerApiKey, PartnerBearer
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | path | string | Sí |
provider_id | query | integer o nulo | No |
status | query | string o nulo | No |
X-Tenant-Id | header | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | lista de ProviderReviewOut |
| 422 | Error de validación | HTTPValidationError |
POST/v1/internal/tenants/{tenant_id}/providers/reviews/{review_id}/moderateModerate tenant provider review
Allows operations to publish or reject a submitted review.
Requiere: PartnerApiKey, PartnerBearer
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | path | string | Sí |
review_id | path | integer | Sí |
X-Tenant-Id | header | string | Sí |
Cuerpo obligatorio ProviderReviewModerationIn
| Campo | Tipo | Obl. |
|---|
status | string | Sí |
moderation_note | string o nulo | No |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | ProviderReviewOut |
| 422 | Error de validación | HTTPValidationError |
GET/v1/internal/tenants/{tenant_id}/providers/second-opinionsList tenant second opinion requests
Lists second-opinion leads captured from public provider profiles.
Requiere: PartnerApiKey, PartnerBearer
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | path | string | Sí |
provider_id | query | integer o nulo | No |
status | query | string o nulo | No |
X-Tenant-Id | header | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | lista de SecondOpinionRequestOut |
| 422 | Error de validación | HTTPValidationError |
POST/v1/internal/tenants/{tenant_id}/providers/second-opinions/{request_id}/statusUpdate second opinion status
Allows operations to move a second-opinion lead through intake and follow-up states.
Requiere: PartnerApiKey, PartnerBearer
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | path | string | Sí |
request_id | path | integer | Sí |
X-Tenant-Id | header | string | Sí |
Cuerpo obligatorio SecondOpinionStatusUpdateIn
| Campo | Tipo | Obl. |
|---|
status | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | SecondOpinionRequestOut |
| 422 | Error de validación | HTTPValidationError |